UNCLASSIFIED

Commit 0845e386 authored by Al Fontaine's avatar Al Fontaine
Browse files

Merge branch 'development' into 'master'

Development

See merge request !22
parents 1b0ee590 f1b1cfe6
Pipeline #452459 failed with stages
in 2 minutes and 24 seconds
......@@ -8,11 +8,11 @@ USER root
ENV RSTUDIO_VERSION=1.4.1717
COPY rstudio-server-rhel-${RSTUDIO_VERSION}-x86_64.rpm /tmp
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 \
binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers && \
/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 && \
......
......@@ -13,6 +13,7 @@ tidyr
knitr
caret
text2vec
oysteR
## Quickstart
`docker run --rm --name rstudio -it -p 8787:8787 registry1.dso.mil/ironbank/opensource/r/r-studio:1.4.1717`
\ No newline at end of file
This diff is collapsed.
......@@ -4,4 +4,5 @@ dplyr
tidyr
knitr
caret
text2vec
\ No newline at end of file
text2vec
oysteR
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment