Skip to content

Commit

Permalink
chore(ci/docker): add python3 for node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 16, 2024
1 parent ed66434 commit 50b1669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/library/node:18-alpine@sha256:3482a20c97e401b56ac50ba8920cc7b5b2022bfc6aa7d4e4c231755770cf892f
WORKDIR /app

RUN apk add --no-cache git jq && \
RUN apk add --no-cache git jq python3 && \
chown node:node /app

COPY --chown=node:node . .
Expand Down

0 comments on commit 50b1669

Please sign in to comment.