Add ubuntu 20.04
This commit is contained in:
parent
dc079ca807
commit
12ceb0f876
10
ubuntu/2004/Dockerfile
Normal file
10
ubuntu/2004/Dockerfile
Normal 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/*
|
Loading…
Reference in New Issue
Block a user