Skip to content

Instantly share code, notes, and snippets.

@kongzii
Last active September 15, 2020 12:40
Show Gist options
  • Save kongzii/88d334b874a6e1164b6fc0df60fcded9 to your computer and use it in GitHub Desktop.
Save kongzii/88d334b874a6e1164b6fc0df60fcded9 to your computer and use it in GitHub Desktop.
Simple dockerfile for scala
FROM ubuntu:20.04
RUN apt-get update \
&& apt-get upgrade -y
RUN apt-get install -y curl scala
WORKDIR /src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment