mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add dockerfile to install packages needed by filestore
This commit is contained in:
parent
47bd6edbc9
commit
06bfd4c270
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