diff --git a/Dockerfile b/Dockerfile index 89d3dc5..5c9b4e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ ENV APP_HOME /app WORKDIR $APP_HOME COPY . ./ -# TODO: Test if these latex packages are enough for pandoc RUN apt update && apt install -y \ ffmpeg \ poppler-utils \