mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02: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:
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
|
||||
Reference in New Issue
Block a user