mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
10 lines
220 B
Docker
10 lines
220 B
Docker
FROM jupyter/jupyterhub
|
|
|
|
RUN apt-get install -y libpq-dev \
|
|
&& apt-get autoremove -y \
|
|
&& apt-get clean -y \
|
|
&& pip3 install psycopg2
|
|
|
|
# Replace this with your own password.
|
|
ENV JPY_PSQL_PASSWORD arglebargle
|