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

[jupyterhub] add ssh

parent b0175055
No related branches found
No related tags found
No related merge requests found
Pipeline #31718 passed
...@@ -84,6 +84,11 @@ RUN mkdir -p /usr/local/venv && \ ...@@ -84,6 +84,11 @@ RUN mkdir -p /usr/local/venv && \
&& \ && \
ipython kernel install --name=default ipython kernel install --name=default
RUN apt-get update && \
apt-get install -y \
ssh && \
apt-get clean
RUN chmod -x /etc/update-motd.d/* RUN chmod -x /etc/update-motd.d/*
WORKDIR "${HOME}" WORKDIR "${HOME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment