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
d5b20bf1
Commit
d5b20bf1
authored
Nov 26, 2020
by
Torstein Leversund
Browse files
bump nodejs and ruby versions
parent
46822f0f
Pipeline
#47101
passed with stage
in 6 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
d5b20bf1
FROM
centos/ruby-2
5
-centos7
FROM
centos/ruby-2
6
-centos7
RUN
scl
enable
rh-ruby2
5
"gem install -N fpm-cookery"
RUN
scl
enable
rh-ruby2
6
"gem install -N fpm-cookery"
USER
root
RUN
yum
-y
install
epel-release
RUN
curl
-sL
https://rpm.nodesource.com/setup_1
0
.x | bash -
RUN
curl
-sL
https://rpm.nodesource.com/setup_1
2
.x | bash -
RUN
yum
-y
update
RUN
yum
-y
install
\
ansible
\
...
...
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