Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
fix(container): add git and ssh to jupyter for cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 23, 2019
1 parent 876c10c commit 563cbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.jupyter-10
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

ENV PG_MAJOR 10
RUN apt-get update \
&& apt-get install -y gettext-base postgresql-server-dev-$PG_MAJOR \
&& apt-get install -y gettext-base git postgresql-server-dev-$PG_MAJOR ssh \
&& rm -rf /var/lib/apt/lists/*

RUN pip install --upgrade jupyterlab-git psycopg2
Expand Down

0 comments on commit 563cbd7

Please sign in to comment.