Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.13 KB

Scala 2.12.13, sbt 1.4.6 (with plugins) and OPÄL Dockerfile

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.

Base Docker Image

Installation

  1. Install Docker
  2. 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

Usage

docker run -it --rm opalj/sbt_scala_opal

License

This code is open source software licensed under the Apache 2.0 License.