Skip to content

Commit 79bb28e

Browse files
committed
Install git via apt
1 parent a88a640 commit 79bb28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV NODEJS_VERSION=8.9.1 \
77

88
WORKDIR "/opt/node"
99

10-
RUN apt-get update && apt-get install -y curl ca-certificates --no-install-recommends && \
10+
RUN apt-get update && apt-get install -y curl git ca-certificates --no-install-recommends && \
1111
curl -sL https://nodejs.org/dist/v${NODEJS_VERSION}/node-v${NODEJS_VERSION}-linux-x64.tar.gz | tar xz --strip-components=1 && \
1212
rm -rf /var/lib/apt/lists/* && \
1313
apt-get clean

0 commit comments

Comments
 (0)