diff --git a/Dockerfile b/Dockerfile index 7ea59f82..cf000e6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Build assets FROM --platform=$BUILDPLATFORM node:18-alpine as node -RUN apk add --no-cache openssh make g++ util-linux python3 && npm install -g pnpm +RUN apk add --no-cache util-linux python3 && npm install -g pnpm WORKDIR /build