crafting-interpreters/Dockerfile

6 lines
132 B
Text
Raw Normal View History

FROM ubuntu:latest
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y build-essential cmake default-jdk-headless