We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eb55f3 + 1fc8cfe commit 8f5602bCopy full SHA for 8f5602b
1 file changed
flowforge-docker/Dockerfile
@@ -5,7 +5,7 @@ ARG REGISTRY_TOKEN
5
RUN if [[ ! -z "$REGISTRY_TOKEN" ]]; then echo "//$REGISTRY/:_authToken=$REGISTRY_TOKEN" >> ~/.npmrc ; fi
6
RUN if [[ ! -z "$REGISTRY" ]] ; then npm config set @flowfuse:registry "https://$REGISTRY"; fi
7
8
-RUN apk add --no-cache --virtual build-base g++ make py3-pip sqlite-dev python3
+RUN apk add --no-cache --virtual build-base g++ make py3-pip sqlite-dev python3 git
9
10
WORKDIR /usr/src/forge
11
RUN mkdir app bin etc var
0 commit comments