Skip to content

Commit 15599ca

Browse files
authored
remove libraries we don't need in docker build (#10443)
1 parent 8df3f70 commit 15599ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ COPY package.json package-lock.json /usr/src/app/
88
# Without the badge-maker package.json and CLI script in place, `npm ci` will fail.
99
COPY badge-maker /usr/src/app/badge-maker/
1010

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

0 commit comments

Comments
 (0)