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

Remove superfluous stuff from jupyterhub image

parent 1e1a902c
Branches
No related tags found
No related merge requests found
Pipeline #30335 passed
...@@ -12,11 +12,9 @@ RUN apt-get update && \ ...@@ -12,11 +12,9 @@ RUN apt-get update && \
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
apt-get update && \ apt-get update && \
apt-get install -y \ apt-get install -y \
openssh-server \
nodejs \ nodejs \
node-gyp \ node-gyp \
libssl1.0-dev \ libssl1.0-dev \
openbox \
openjdk-11-jre-headless && \ openjdk-11-jre-headless && \
apt-get clean apt-get clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment