Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IT-division Public
dockerimages
centosfpmcookery
Commits
db12eae1
Commit
db12eae1
authored
May 26, 2021
by
Torstein Leversund
Browse files
Update Dockerfile
parent
b1bed7c8
Pipeline
#81669
passed with stage
in 4 minutes and 27 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
db12eae1
...
...
@@ -44,9 +44,9 @@ SHELL ["/bin/bash", "-lc"]
CMD
["/bin/bash", "-l"]
# Install Ruby
RUN
rvm
install
2.6.
6
\
&&
rvm
alias
create 2.6 ruby-2.6.
6
\
&&
rvm use
--default
2.6.
6
RUN
rvm
install
2.6.
7
\
&&
rvm
alias
create 2.6 ruby-2.6.
7
\
&&
rvm use
--default
2.6.
7
RUN
gem
install
-N
fpm-cookery
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment