UNCLASSIFIED

Commit 103f90e1 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

test

parent a56b44aa
Pipeline #254524 failed with stages
in 23 minutes and 27 seconds
...@@ -29,7 +29,7 @@ COPY rpackages /tmp/rpackages ...@@ -29,7 +29,7 @@ COPY rpackages /tmp/rpackages
RUN /usr/local/bin/R -e "library(tools); write_PACKAGES('/local/libs')" && \ RUN /usr/local/bin/R -e "library(tools); write_PACKAGES('/local/libs')" && \
cat /tmp/rpackages | awk '{printf "\x27"$1"\x27,"}' | sed 's/.$//' | xargs -0 -I {} /usr/local/bin/R -e "install.packages(c({}), contriburl='file:///local/libs')" && \ cat /tmp/rpackages | awk '{printf "\x27"$1"\x27,"}' | sed 's/.$//' | xargs -0 -I {} /usr/local/bin/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 && \ # 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 && \ echo "auth-none=1" >> /etc/rstudio/disable_auth_rserver.conf && \
echo "server-daemonize=0" >> /etc/rstudio/rserver.conf && \ echo "server-daemonize=0" >> /etc/rstudio/rserver.conf && \
echo "[*]" > /etc/rstudio/logging.conf && \ echo "[*]" > /etc/rstudio/logging.conf && \
......
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