root test
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-02-11 13:39:03 +01:00
parent c93768610d
commit 1a0abf08ef
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN apt-get update --yes && \
ca-certificates \ ca-certificates \
locales \ locales \
curl \ curl \
dnsutils \
sudo \ sudo \
nano \ nano \
build-essential \ build-essential \
@ -166,4 +167,5 @@ HEALTHCHECK --interval=5s --timeout=3s --start-period=5s --retries=3 \
# Switch back to jovyan to avoid accidental container runs as root # Switch back to jovyan to avoid accidental container runs as root
USER ${NB_UID} USER ${NB_UID}
RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements" RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
USER ROOT
WORKDIR "${HOME}" WORKDIR "${HOME}"