From 060177b7bfcd6450043e5e9d1ca11bfdc97809d8 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 6 Jul 2020 20:15:51 +0200 Subject: [PATCH] Remove superfluous stuff from jupyterhub image --- jupyterhub/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile index 5ee3d4b..b0dce26 100755 --- a/jupyterhub/Dockerfile +++ b/jupyterhub/Dockerfile @@ -12,11 +12,9 @@ RUN apt-get update && \ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ apt-get update && \ apt-get install -y \ - openssh-server \ nodejs \ node-gyp \ libssl1.0-dev \ - openbox \ openjdk-11-jre-headless && \ apt-get clean -- GitLab