diff --git a/Jupyter Lab/Alpine-NonRoot/Dockerfile b/Jupyter Lab/Alpine-NonRoot/Dockerfile index e03f735..091d940 100644 --- a/Jupyter Lab/Alpine-NonRoot/Dockerfile +++ b/Jupyter Lab/Alpine-NonRoot/Dockerfile @@ -12,7 +12,7 @@ RUN \ RUN \ addgroup notebook &&\ adduser -Ss /bin/bash -g notebook notebook &&\ - adduser notebook sudo &&\ + echo "notebook ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \ echo "notebook:123456" | chpasswd &&\ chown -R notebook:notebook . &&\ mkdir /data &&\