Skip to content

Commit

Permalink
- CHG: Changed Python dependency to python3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Nov 6, 2024
1 parent 8dd55bc commit c47cd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk add --no-cache git && \
WORKDIR /opt/gatekeeper-client
RUN rm -f .env && \
echo "VUE_APP_BASE_URL=./api/" > .env && \
apk add --no-cache python build-base gcc wget && \
apk add --no-cache python3 build-base gcc wget && \
npm i && \
npm run build && \
mkdir /opt/gatekeeper-server/client/ && \
Expand Down

0 comments on commit c47cd70

Please sign in to comment.