UNCLASSIFIED

Commit 327f8501 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

remove line

parent 3e516411
Pipeline #247010 failed with stages
in 29 minutes and 18 seconds
...@@ -11,8 +11,8 @@ ENV RSTUDIO_VERSION=1.4.1106 ...@@ -11,8 +11,8 @@ ENV RSTUDIO_VERSION=1.4.1106
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 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 && \ dnf install -y --nogpgcheck glibc-langpack-en initscripts procps-ng /tmp/rstudio-server-rhel-${RSTUDIO_VERSION}-x86_64.rpm \
rm /var/lib/rstudio-server/rstudio.sqlite && \ binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers && \
mkdir -p /local/libs && \ mkdir -p /local/libs && \
chmod -R g=u /var/lib/rstudio-server && \ chmod -R g=u /var/lib/rstudio-server && \
chmod -R g=u /etc/rstudio && \ chmod -R g=u /etc/rstudio && \
......
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