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
7aad76ef
Commit
7aad76ef
authored
Dec 01, 2020
by
Torstein Leversund
Browse files
Update Dockerfile
parent
34b87d72
Pipeline
#47474
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7aad76ef
...
...
@@ -27,6 +27,7 @@ RUN yum -y install \
rsync
\
ruby
\
sqlite-devel
\
vim
\
wget
\
which
\
zlib-devel
\
...
...
@@ -43,9 +44,9 @@ SHELL ["/bin/bash", "-lc"]
CMD
["/bin/bash", "-l"]
# Install Ruby
RUN
rvm
install
2.6.
5
\
&&
rvm
alias
create 2.6 ruby-2.6.
5
\
&&
rvm use
--default
2.6.
5
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