In a docker-compose.yml:
version: '3'
services:
scala:
image: quay.io/continuouspipe/scala-base:latestIn a Dockerfile:
FROM quay.io/continuouspipe/scala-base:latestdocker-compose build --pull scala_sbt
docker-compose push scala_sbtAs for all images based on the ubuntu base image, see the base image README