diff --git a/Dockerfile b/Dockerfile index 4c0dbf13..241cc8a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:lts-alpine +FROM node:lts-alpine RUN apk add --no-cache python3 make g++ bash openssl SHELL ["/bin/bash", "-c"] USER node