Skip to content

Commit

Permalink
chore: fix broken docker (#6813)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard authored May 24, 2024
1 parent 8ed9109 commit 6c20dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM --platform=${BUILDPLATFORM:-amd64} node:20-alpine as build_src
ARG COMMIT
WORKDIR /usr/app
RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/*
RUN apk update && apk add --no-cache g++ make python3 py3-setuptools && rm -rf /var/cache/apk/*

COPY . .

Expand Down

0 comments on commit 6c20dc2

Please sign in to comment.