diff --git a/tools/build/Dockerfile.alpine b/tools/build/Dockerfile.alpine index 70eec046..85eb24d8 100644 --- a/tools/build/Dockerfile.alpine +++ b/tools/build/Dockerfile.alpine @@ -1,2 +1,2 @@ FROM node:14-alpine -RUN apk add --no-cache python curl bash python g++ make +RUN apk add --no-cache python3 curl bash g++ make