UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
r
r-studio
Commits
abaa5c80
Commit
abaa5c80
authored
Aug 20, 2021
by
Matt Vasquez
Browse files
remove openssl-devel
parent
cbcbc755
Pipeline
#434709
passed with stages
in 43 minutes and 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
abaa5c80
...
...
@@ -12,7 +12,7 @@ COPY *.rpm /tmp
RUN
dnf upgrade
-y
&&
\
dnf
install
-y
--nogpgcheck
glibc-langpack-en initscripts procps-ng /tmp/rstudio-server-rhel-
${
RSTUDIO_VERSION
}
-x86_64
.rpm
\
/tmp/compat-openssl10-1.0.2o-3.el8.x86_64.rpm binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers
openssl-devel
&&
\
/tmp/compat-openssl10-1.0.2o-3.el8.x86_64.rpm binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers
&&
\
mkdir
-p
/local/libs
&&
\
chown
-R
$USER
/var/lib/rstudio-server /var/run/rstudio-server
&&
\
chmod
-R
g
=
u /var/lib/rstudio-server
&&
\
...
...
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