Skip to content
Snippets Groups Projects
Commit 9b990d37 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'user-id-999' into 'docker-images'

User id 999

See merge request !28
parents 6284032e aa6c6776
No related branches found
No related tags found
1 merge request!28User id 999
Pipeline #133445 passed
Pipeline: shiny-k8s-example

#133452

    Pipeline: shiny-k8s-example

    #133446

      ......@@ -8,10 +8,12 @@ ENV SHINY_LOG_STDERR=1
      EXPOSE 3838
      CMD ["shiny-server"]
      RUN addgroup --gid 999 shiny \
      && adduser --disabled-password --gecos '' --uid 999 --gid 999 shiny
      # install dependencies
      RUN apt-get update \
      && apt-get install -y \
      software-properties-common \
      wget \
      nano \
      wget \
      ......
      ......@@ -8,6 +8,9 @@ ENV SHINY_LOG_STDERR=1
      EXPOSE 3838
      CMD ["shiny-server"]
      RUN addgroup --gid 999 shiny \
      && adduser --disabled-password --gecos '' --uid 999 --gid 999 shiny
      # install dependencies
      RUN apt-get update \
      && apt-get install -y \
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment