Skip to content

Commit

Permalink
Fix issue with deps
Browse files Browse the repository at this point in the history
Signed-off-by: alexey semenyuk <[email protected]>
  • Loading branch information
alex-semenyuk authored Sep 14, 2024
1 parent 9324c25 commit 18546aa
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 @@ -10,7 +10,7 @@ ADD --chown=node:node . .
RUN npm run build

FROM ${BUILD_IMAGE} as solidity-build
RUN apk add python3=3.10.14-r1 alpine-sdk=1.0-r1
RUN apk update && apk add --no-cache python3 alpine-sdk
USER node
WORKDIR /home/node
ADD --chown=node:node ./samples/solidity/package*.json ./
Expand Down

0 comments on commit 18546aa

Please sign in to comment.