UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 373a488b authored by Daniel Komnick's avatar Daniel Komnick
Browse files

changed uid for jovyan to 1001

parent 22e6860a
Pipeline #465042 passed with stages
in 29 minutes and 32 seconds
......@@ -64,7 +64,9 @@ RUN rm -rf /usr/share/doc/perl-IO-Socket-SSL/certs/ \
&& rm -rf /opt/python/venv/lib/python3.8/site-packages/tornado/test/test.key \
&& chmod g-s /usr/libexec/openssh/ssh-keysign
RUN usermod -u 1002 python && \
usermod -u 1001 jovyan
USER jovyan
# Needed to use packges from multi-stage build in Jupyterlab
......
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