We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a205c commit 1122a6fCopy full SHA for 1122a6f
Dockerfile
@@ -12,8 +12,6 @@ RUN make VERSION=$VERSION COMMIT=$COMMIT RELEASE=1 build
12
FROM node:16-bullseye AS build-frontend
13
WORKDIR /wd
14
ENV PARCEL_WORKERS 1
15
-# node-gyp dependencies: https://github.com/nodejs/node-gyp#on-unix
16
-RUN apk add --no-cache g++ make python3
17
COPY package.json yarn.lock ./
18
RUN yarn install --frozen-lockfile
19
COPY tsconfig.json ./
0 commit comments