Create Docker image that we can use with Tallboy for CI/CD.
This image has Java, sbt and Scala at fixed versions.
docker build --tag tallboy-ci-docker:latest .
Change into the directory with your source code, then
docker run --rm --interactive --tty --volume `pwd`:/home/harrys/scala tallboy-ci-docker:latest
and
cd scala
sbt run