Skip to content
Snippets Groups Projects
Unverified Commit 15599ca4 authored by chris48s's avatar chris48s Committed by GitHub
Browse files

remove libraries we don't need in docker build (#10443)

parent 8df3f70d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment