mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
5 lines
173 B
Docker
5 lines
173 B
Docker
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
|