Skip to content
Snippets Groups Projects
Commit edb1d9ee authored by calrama's avatar calrama
Browse files

[jupyterhub] try to prevent npm from creating some files in /root

parent cd95c613
Branches
No related tags found
No related merge requests found
Pipeline #31688 passed
......@@ -9,6 +9,7 @@ RUN apt-get update && \
curl && \
apt-get clean
ENV NO_UPDATE_NOTIFIER=true
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
apt-get update && \
apt-get install -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment