This repository contains a Dockerfile with Scala, sbt, the OpenJDK 16, the latest snapshot version of OPAL, and a sample project using the latest released version of OPAL.
This Dockerfile was created based on the Dockerfile developed by hseeberger/scala-sbt.
- Install Docker
- Pull automated build from public Docker Hub Registry:
docker pull opalj/sbt_scala_opal
Alternatively, you can build an image from Dockerfile:
docker build -t opalj/sbt_scala_opal https://github.com/opalj/DockerForOPAL.git
docker run -it --rm opalj/sbt_scala_opal
This code is open source software licensed under the Apache 2.0 License.