We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ec973 commit 6cd2e96Copy full SHA for 6cd2e96
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:slim
2
3
# Install imagemagick
4
-RUN apt-get update -y && apt-get install -y imagemagick && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
+RUN apt-get update -y && apt-get install -y imagemagick git && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5
RUN npm install -g gulp
6
7
RUN mkdir -p /usr/src/app
0 commit comments