crafting-interpreters/Dockerfile

8 lines
254 B
Text
Raw Permalink Normal View History

FROM ubuntu:latest
RUN export DEBIAN_FRONTEND=noninteractive \
&& ln -fs /usr/share/zoneinfo/America/Vancouver /etc/localtime \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y build-essential cmake default-jdk-headless