Skip to content

Commit dae36f7

Browse files
authored
1 parent a765ffc commit dae36f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# --- Base Node Image ---
33
FROM node:8-alpine AS base
44

5+
RUN apk update; \
6+
apk add git;
7+
58
WORKDIR /src
69

710
# Copy package.json first to benefit from layer caching

0 commit comments

Comments
 (0)