ubuntu/Dockerfile

6 lines
200 B
Docker
Raw Normal View History

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