latex/ubuntu/2004/Dockerfile
2020-03-26 23:46:41 +01:00

11 lines
220 B
Docker

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