Skip to content

Instantly share code, notes, and snippets.

@koduki
Created July 3, 2020 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koduki/6b08d42b23c8249ed5194c5d80cd3598 to your computer and use it in GitHub Desktop.
Save koduki/6b08d42b23c8249ed5194c5d80cd3598 to your computer and use it in GitHub Desktop.
FROM debian
RUN apt-get update && \
apt-get install -y --no-install-recommends && \
unoconv \
imagemagick \
xpdf && \
apt-get -y --purge autoremove && \
rm -rf /var/lib/apt/lists/*
#WORKDIR /app
#COPY run.sh /app/run.sh
#CMD ["./run.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment