diff --git a/ubuntu/2004/Dockerfile b/ubuntu/2004/Dockerfile new file mode 100644 index 0000000..e529efa --- /dev/null +++ b/ubuntu/2004/Dockerfile @@ -0,0 +1,10 @@ +FROM ubuntu:20.04 + +ENV DEBIAN_FRONTEND noninteractive +WORKDIR /data + +RUN apt-get update -q && apt-get install -qy \ + texlive-base biber\ + python-pygments gnuplot \ + make git \ + && rm -rf /var/lib/apt/lists/*