ubuntu/Dockerfile
Stephan Stanisic 783a5f390c
All checks were successful
continuous-integration/drone/push Build is passing
bb
2022-06-01 10:55:51 +02:00

7 lines
200 B
Docker

FROM ubuntu
RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' \
/etc/apt/apt.conf.d/docker-clean
RUN export DEBIAN_FRONTEND=noninteractive; \
apt update; \
apt install -y pandoc texlive-full