We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94d40e commit 31ed9f8Copy full SHA for 31ed9f8
ui/Dockerfile
@@ -2,7 +2,7 @@ FROM node:21.4.0-alpine3.17 as base
2
3
ARG NPM_CONFIG_REGISTRY
4
5
-RUN apk add --update build-base python3 curl
+RUN apk add --update build-base python3 curl git
6
7
WORKDIR /app
8
0 commit comments