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
9b3fdf77
Commit
9b3fdf77
authored
May 08, 2021
by
Matt Vasquez
Browse files
remove sqlite line
parent
ad9ebdb8
Pipeline
#254505
failed with stages
in 22 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
Dockerfile
Dockerfile
+1
-4
No files found.
Dockerfile
View file @
9b3fdf77
...
...
@@ -13,7 +13,6 @@ COPY rstudio-server-rhel-${RSTUDIO_VERSION}-x86_64.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
\
binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers
&&
\
rm
/var/lib/rstudio-server/rstudio.sqlite
&&
\
mkdir
-p
/local/libs
&&
\
chmod
-R
g
=
u /var/lib/rstudio-server
&&
\
chmod
-R
g
=
u /etc/rstudio
&&
\
...
...
@@ -36,15 +35,13 @@ RUN R -e "library(tools); write_PACKAGES('/local/libs')" && \
dnf clean all
&&
\
rm
-rf
/var/cache/dnf /tmp/
*
/local/libs/
*
ENV
LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8
USER
${USER}
HEALTHCHECK
--start-period=60s CMD rstudio-server status
HEALTHCHECK
--start-period=60s CMD rstudio-server status
| grep -e "running"
EXPOSE
8787
...
...
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