mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 04:45:21 -05:00
4 lines
172 B
Docker
4 lines
172 B
Docker
FROM node:6.9.5
|
|
|
|
# we also need imagemagick but it is already in the node docker image
|
|
RUN apt-get update && apt-get install -y --no-install-recommends ghostscript optipng
|