UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 4403ba02 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

update

parent 9d34a7ee
Pipeline #254018 failed with stages
in 24 minutes and 14 seconds
......@@ -31,6 +31,7 @@ COPY rpackages /tmp/rpackages
RUN R -e "library(tools); write_PACKAGES('/local/libs')" && \
cat /tmp/rpackages | awk '{printf "\x27"$1"\x27,"}' | sed 's/.$//' | xargs -0 -I {} R -e "install.packages(c({}), contriburl='file:///local/libs')" && \
rpm -e --nodeps binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers && \
echo "auth-none=1" > /etc/rstudio/disable_auth_rserver.conf && \
dnf clean all && \
rm -rf /var/cache/dnf /tmp/* /local/libs/*
......@@ -44,4 +45,4 @@ HEALTHCHECK --start-period=60s CMD rserver status
EXPOSE 8787
ENTRYPOINT ["rserver", "--server-daemonize=0", "--auth-none=1"]
\ No newline at end of file
ENTRYPOINT ["rserver"]
\ 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