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
f7bdb33f
Commit
f7bdb33f
authored
Dec 02, 2020
by
Torstein Leversund
Browse files
Update Dockerfile
parent
22ec6feb
Pipeline
#47559
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f7bdb33f
...
...
@@ -43,10 +43,11 @@ RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys \
SHELL
["/bin/bash", "-lc"]
CMD
["/bin/bash", "-l"]
ENV
PATH="/usr/local/rvm/gems/ruby-2.6.6/bin:/usr/local/rvm/gems/ruby-2.6.6@global/bin:/usr/local/rvm/rubies/ruby-2.6.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/rvm/bin:/root/bin:${PATH}"
# Install Ruby
RUN
rvm
install
2.6.6
\
&&
rvm
alias
create 2.6 ruby-2.6.6
\
&&
rvm use
--default
2.6.6
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