Skip to content

Commit

Permalink
fix: remove apk in dockerfile as we use debian instead of alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleclerc committed Oct 2, 2023
1 parent 62a205c commit 1122a6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ RUN make VERSION=$VERSION COMMIT=$COMMIT RELEASE=1 build
FROM node:16-bullseye AS build-frontend
WORKDIR /wd
ENV PARCEL_WORKERS 1
# node-gyp dependencies: https://github.com/nodejs/node-gyp#on-unix
RUN apk add --no-cache g++ make python3
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
COPY tsconfig.json ./
Expand Down

0 comments on commit 1122a6f

Please sign in to comment.