Skip to content

Commit 1122a6f

Browse files
committed
fix: remove apk in dockerfile as we use debian instead of alpine
1 parent 62a205c commit 1122a6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ RUN make VERSION=$VERSION COMMIT=$COMMIT RELEASE=1 build
1212
FROM node:16-bullseye AS build-frontend
1313
WORKDIR /wd
1414
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
1715
COPY package.json yarn.lock ./
1816
RUN yarn install --frozen-lockfile
1917
COPY tsconfig.json ./

0 commit comments

Comments
 (0)