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
18e7a274
Commit
18e7a274
authored
May 08, 2021
by
Matt Vasquez
Browse files
create rstudio user
parent
11824028
Pipeline
#254517
failed with stages
in 24 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+4
-2
No files found.
Dockerfile
View file @
18e7a274
...
@@ -7,11 +7,13 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -7,11 +7,13 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
root
USER
root
ENV
RSTUDIO_VERSION=1.4.1106
ENV
RSTUDIO_VERSION=1.4.1106
ENV
USER=
default
ENV
USER=
rstudio
COPY
rstudio-server-rhel-${RSTUDIO_VERSION}-x86_64.rpm /tmp
COPY
rstudio-server-rhel-${RSTUDIO_VERSION}-x86_64.rpm /tmp
RUN
dnf upgrade
-y
&&
\
RUN
groupadd
-g
1000
$USER
&&
\
useradd
-r
-u
1000
-m
-g
$USER
$USER
&&
\
dnf upgrade
-y
&&
\
dnf
install
-y
--nogpgcheck
glibc-langpack-en initscripts procps-ng /tmp/rstudio-server-rhel-
${
RSTUDIO_VERSION
}
-x86_64
.rpm
\
dnf
install
-y
--nogpgcheck
glibc-langpack-en initscripts procps-ng /tmp/rstudio-server-rhel-
${
RSTUDIO_VERSION
}
-x86_64
.rpm
\
binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers
&&
\
binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers
&&
\
mkdir
-p
/local/libs
&&
\
mkdir
-p
/local/libs
&&
\
...
...
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