ethereum: a wild node-gyp python dependency appeared

¯\_(ツ)_/¯
This commit is contained in:
Leo 2020-11-16 14:09:21 +01:00
parent 07da9f10ef
commit 53c994b1ac
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
FROM node:lts-alpine
# npm wants to clone random Git repositories - lovely.
RUN apk add git
RUN apk add git python
# Run as user, otherwise, npx explodes.
USER 1000