add dockerfile to install packages needed by filestore

This commit is contained in:
Brian Gough 2018-11-07 16:07:55 +00:00
parent 47bd6edbc9
commit 06bfd4c270

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