Merge pull request #33 from sharelatex/bg-add-docker-file-for-image-conversions

add dockerfile to install packages needed by filestore
This commit is contained in:
Brian Gough 2018-11-13 09:36:23 +00:00 committed by GitHub
commit 4924ef1ac5

View file

@ -0,0 +1,5 @@
FROM node:6.9.5
RUN apt-get update
# we also need imagemagick but it is already in the node docker image
RUN apt-get install -y --no-install-recommends ghostscript optipng