The image contains ready-to-use and preloaded sbt (build tool), scala (compiler) and coursier (fast artifact fetcher).
- install docker
- run
docker run -it --rm zifeo/sbt-scala-coursier
- or build from this sources
docker build github.com/zifeo/sbt-scala-coursier
docker run -it --rm -v "$(pwd):/root" zifeo/sbt-scala-coursier
image: zifeo/sbt-scala-coursier:latest
project:
script:
- sbt clean test