diff --git a/Dockerfile b/Dockerfile index 2f8d9fc..8190e18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ 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 + apt install -y pandoc texlive-full jq curl