We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a765ffc commit dae36f7Copy full SHA for dae36f7
Dockerfile
@@ -2,6 +2,9 @@
2
# --- Base Node Image ---
3
FROM node:8-alpine AS base
4
5
+RUN apk update; \
6
+ apk add git;
7
+
8
WORKDIR /src
9
10
# Copy package.json first to benefit from layer caching
0 commit comments