Docker images with prebuilt SAM Simulation Core (SSC) libraries, supporting:
- Alpine
- Ubuntu
docker build -t stationa/ssc:<alpine|ubuntu> -f Dockerfile.<alpine|ubuntu> .
docker run -it stationa/ssc:<alpine|ubuntu>
When contributing to this repository, please follow the steps below:
- Fork the repository
- Submit your patch in one commit, or a series of well-defined commits
- Submit your pull request and make sure you reference the issue you are addressing