From edb1d9eee17538d70d63518568ca006ead0d67a1 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Wed, 16 Sep 2020 19:39:06 +0200
Subject: [PATCH] [jupyterhub] try to prevent npm from creating some files in
 /root

---
 jupyterhub/base/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile
index 9d91457..de9be91 100755
--- a/jupyterhub/base/Dockerfile
+++ b/jupyterhub/base/Dockerfile
@@ -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 \
-- 
GitLab