Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bundle-updater
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Public
bundle-updater
Commits
6054748e
Commit
6054748e
authored
2 years ago
by
Dean Lovett
Browse files
Options
Downloads
Patches
Plain Diff
fix: fixed hadolint
parent
d0344265
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#24441
passed
2 years ago
Stage: prebuild
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-1
4 additions, 1 deletion
Dockerfile
with
4 additions
and
1 deletion
Dockerfile
+
4
−
1
View file @
6054748e
FROM
ruby:2.7.5
RUN
apt-get update
;
apt-get
install
-y
cmake build-essential
;
gem
install
bundler:2.1
;
RUN
apt-get update
;
apt-get
install
--no-install-recommends
-y
cmake build-essential
;
gem
install
bundler:2.1
;
\
apt-get clean
;
\
rm
-rf
/var/lib/apt/lists/
*
\
WORKDIR
/app
COPY
run.sh /run/run.sh
CMD
["sh", "/run/run.sh"]
\ No newline at end of file
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