mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
Merge pull request #38 from sharelatex/bg-fix-dockerfile-apt-get
avoid problems with caching of apt-get operations
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
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
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ghostscript optipng
|
||||
|
||||
Reference in New Issue
Block a user