diff --git a/clients/ethereumjs/Dockerfile b/clients/ethereumjs/Dockerfile index 0ecaa5e58d..3c00c29c76 100644 --- a/clients/ethereumjs/Dockerfile +++ b/clients/ethereumjs/Dockerfile @@ -1,5 +1,5 @@ FROM node:16-alpine as build -RUN apk update && apk add --no-cache bash git jq curl && rm -rf /var/cache/apk/* +RUN apk update && apk add --no-cache bash git jq curl python3 gcc make g++ && rm -rf /var/cache/apk/* RUN git clone --depth 1 https://github.com/ethereumjs/ethereumjs-monorepo.git && \ (cd ethereumjs-monorepo && npm i)