Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
shields
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
shields.io
shields
Commits
15599ca4
Unverified
Commit
15599ca4
authored
7 months ago
by
chris48s
Committed by
GitHub
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+0
-1
0 additions, 1 deletion
Dockerfile
with
0 additions
and
1 deletion
Dockerfile
+
0
−
1
View file @
15599ca4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment