Update 'Dockerfile'
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
steph 2022-06-02 14:47:56 +02:00
parent 76355359e6
commit d2f8e8b3f0

View File

@ -1,6 +1,5 @@
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; \
RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-clean; \
export DEBIAN_FRONTEND=noninteractive; \
apt update; \
apt install -y pandoc texlive-full jq curl