Skip to content

Commit

Permalink
Merge pull request #115 from FlowFuse/knolleary-patch-1
Browse files Browse the repository at this point in the history
Remove python cmd from container build
  • Loading branch information
hardillb authored Dec 21, 2023
2 parents 0409c94 + db10cf0 commit 54657ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flowforge-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN if [[ ! -z "$REGISTRY_TOKEN" ]]; then echo "//$REGISTRY/:_authToken=$REGISTR
RUN if [[ ! -z "$REGISTRY" ]] ; then npm config set @flowfuse:registry "https://$REGISTRY"; fi

RUN apk add --no-cache --virtual build-base g++ make py3-pip sqlite-dev python3
RUN npm config set python `which python3` --global

WORKDIR /usr/src/forge
RUN mkdir app bin etc var
Expand Down

0 comments on commit 54657ad

Please sign in to comment.