Skip to content

Commit

Permalink
remove libraries we don't need in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 9, 2024
1 parent 47229ec commit 45a5d56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ COPY package.json package-lock.json /usr/src/app/
# Without the badge-maker package.json and CLI script in place, `npm ci` will fail.
COPY badge-maker /usr/src/app/badge-maker/

RUN apk add python3 make g++
RUN npm install -g "npm@^9.0.0"
# We need dev deps to build the front end. We don't need Cypress, though.
RUN NODE_ENV=development CYPRESS_INSTALL_BINARY=0 npm ci
Expand Down

0 comments on commit 45a5d56

Please sign in to comment.