We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88a640 commit 79bb28eCopy full SHA for 79bb28e
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ ENV NODEJS_VERSION=8.9.1 \
7
8
WORKDIR "/opt/node"
9
10
-RUN apt-get update && apt-get install -y curl ca-certificates --no-install-recommends && \
+RUN apt-get update && apt-get install -y curl git ca-certificates --no-install-recommends && \
11
curl -sL https://nodejs.org/dist/v${NODEJS_VERSION}/node-v${NODEJS_VERSION}-linux-x64.tar.gz | tar xz --strip-components=1 && \
12
rm -rf /var/lib/apt/lists/* && \
13
apt-get clean
0 commit comments