diff --git a/Dockerfile b/Dockerfile index fa43dbd..c166896 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ ENV TERM=xterm # Installation of LibreOffice, ImageMagick, Ghostscript, and then # the dependencies required to run SWFTools and PDF2JSON RUN apt-get update \ - && apt-get install -y tzdata \ - && apt-get install -y \ + && apt-get install -y --no-install-recommends tzdata \ + && apt-get install -y --no-install-recommends \ apt-utils \ iputils-ping \ curl \