ubuntu/Dockerfile

7 lines
208 B
Docker
Raw Normal View History

2022-06-01 10:55:51 +02:00
FROM ubuntu
RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' \
/etc/apt/apt.conf.d/docker-clean
2022-05-31 16:10:28 +02:00
RUN export DEBIAN_FRONTEND=noninteractive; \
apt update; \
2022-06-02 14:46:03 +02:00
apt install -y pandoc texlive-full jq curl