mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-28 08:51:30 +00:00
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:
commit
4924ef1ac5
1 changed files with 5 additions and 0 deletions
5
services/filestore/Dockerfile
Normal file
5
services/filestore/Dockerfile
Normal 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
|
Loading…
Reference in a new issue