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
230bca1d
Commit
230bca1d
authored
May 26, 2021
by
Torstein Leversund
Browse files
Update Dockerfile
parent
424ce8a1
Pipeline
#81653
failed with stage
in 3 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
230bca1d
...
...
@@ -4,6 +4,8 @@ RUN localedef -i en_DK -f UTF-8 en_DK.UTF-8 \
&&
echo
"LANG=en_DK.UTF-8"
>
/etc/locale.conf
\
&&
export
LANG
=
en_DK.UTF-8
RUN
curl
-sL
https://rpm.nodesource.com/setup_14.x | bash -
RUN
yum
-y
install
nodejs
RUN
yum
-y
install
epel-release
RUN
yum
-y
update
RUN
yum
-y
install
\
...
...
@@ -23,14 +25,12 @@ RUN yum -y install \
readline-devel
\
rpm-build
\
rsync
\
ruby
\
sqlite-devel
\
vim
\
wget
\
which
\
zlib-devel
\
&&
yum clean all
RUN curl -sL https://rpm.nodesource.com/setup_14.x | bash -
# Install RVM
RUN
gpg
--keyserver
hkp://keys.gnupg.net
--recv-keys
\
...
...
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