We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d30412 commit 32c694fCopy full SHA for 32c694f
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM node:16.20.1-alpine as base
3
WORKDIR /app
4
RUN apk --no-cache update && \
5
apk --no-cache upgrade && \
6
- apk add --no-cache --virtual .build-dependencies python3 make g++ && \
+ apk add --no-cache --virtual .build-dependencies python3 make g++ git && \
7
mkdir -p node_modules && chown -R node:node .
8
9
0 commit comments