Add ubuntu 20.04

This commit is contained in:
Marcel Schwarz 2020-03-26 23:46:41 +01:00
parent dc079ca807
commit 12ceb0f876

10
ubuntu/2004/Dockerfile Normal file
View File

@ -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/*