mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
avoid problems with caching of apt-get operations
This commit is contained in:
parent
fdc5370f94
commit
28271655e1
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue