Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ocm-engine
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
svdh
ocm-engine
Commits
5fbc3e53
Commit
5fbc3e53
authored
11 months ago
by
Boyan Tsolov
Browse files
Options
Downloads
Patches
Plain Diff
test: apk search
parent
1d7ffb58
Branches
docker-images-slim
No related tags found
1 merge request
!76
feat: docker images slim
Pipeline
#70597
passed with stage
in 2 minutes and 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/dashboard/deployment/ci-cd/Dockerfile
+1
-1
1 addition, 1 deletion
apps/dashboard/deployment/ci-cd/Dockerfile
with
1 addition
and
1 deletion
apps/dashboard/deployment/ci-cd/Dockerfile
+
1
−
1
View file @
5fbc3e53
FROM
nginx:1-alpine
RUN
apk
add
nodejs
=
18.19.1
npm python3 git make alpine-sdk wget unzip
RUN
apk
update
&&
apk search
--no-cache
nodejs-current
--repository
=
"http://dl-cdn.alpinelinux.org/alpine/edge/community"
&&
apk add
--no-cache
nodejs-current
npm python3 git make alpine-sdk wget unzip
RUN
npm i
-g
yarn
...
...
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