#SBT in a Docker Container
Docker images that packages Java and sbt. To be used for builds.
Usage: docker run linkyard/docker-sbt
- SBT: 1.5.5
- Java: JDK 11
- Scala (preinitialized): 2.13.7
- Uses the OpenJDK image as its base
- sbt is preinitialized, so running it for the first time will not take forever
- the compiler interfaces are already built, so the compilation will be reasonably fast