Skip to content

Commit 8f5602b

Browse files
authored
Merge pull request #199 from FlowFuse/hardillb-patch-4
Add git command line tool
2 parents 6eb55f3 + 1fc8cfe commit 8f5602b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flowforge-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG REGISTRY_TOKEN
55
RUN if [[ ! -z "$REGISTRY_TOKEN" ]]; then echo "//$REGISTRY/:_authToken=$REGISTRY_TOKEN" >> ~/.npmrc ; fi
66
RUN if [[ ! -z "$REGISTRY" ]] ; then npm config set @flowfuse:registry "https://$REGISTRY"; fi
77

8-
RUN apk add --no-cache --virtual build-base g++ make py3-pip sqlite-dev python3
8+
RUN apk add --no-cache --virtual build-base g++ make py3-pip sqlite-dev python3 git
99

1010
WORKDIR /usr/src/forge
1111
RUN mkdir app bin etc var

0 commit comments

Comments
 (0)