UNCLASSIFIED

Commit fe9e4355 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

user add

parent b45063a1
Pipeline #247094 canceled with stages
in 12 minutes and 54 seconds
......@@ -8,11 +8,13 @@ USER root
ENV RSTUDIO_VERSION=1.4.1106
ENV USER=default
ENV USER=rstudio
COPY rstudio-server-rhel-${RSTUDIO_VERSION}-x86_64.rpm /tmp
RUN dnf upgrade -y && \
RUN groupadd -g 1000 $USER && \
useradd -r -u 1000 -m -g $USER $USER && \
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 && \
mkdir -p /local/libs && \
......
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