ethereum: a wild node-gyp python dependency appeared
¯\_(ツ)_/¯
This commit is contained in:
parent
07da9f10ef
commit
53c994b1ac
|
@ -2,7 +2,7 @@
|
||||||
FROM node:lts-alpine
|
FROM node:lts-alpine
|
||||||
|
|
||||||
# npm wants to clone random Git repositories - lovely.
|
# npm wants to clone random Git repositories - lovely.
|
||||||
RUN apk add git
|
RUN apk add git python
|
||||||
|
|
||||||
# Run as user, otherwise, npx explodes.
|
# Run as user, otherwise, npx explodes.
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|
Loading…
Reference in New Issue