Skip to content

Commit 6cd2e96

Browse files
committed
Add installation of git
1 parent 40ec973 commit 6cd2e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:slim
22

33
# 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/*
4+
RUN apt-get update -y && apt-get install -y imagemagick git && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
55
RUN npm install -g gulp
66

77
RUN mkdir -p /usr/src/app

0 commit comments

Comments
 (0)