File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ RUN apt-get update \
55
55
&& apt-get install -y --no-install-recommends \
56
56
# requirement for pycurl
57
57
libcurl4 \
58
+ # requirement for using postgres database
59
+ libpq5 \
58
60
# requirement for using a local sqlite database
59
61
sqlite3 \
60
62
tini \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ jupyterhub-kubespawner
28
28
29
29
## Other optional dependencies for additional features
30
30
pymysql # mysql
31
- psycopg2-binary # postgres
31
+ psycopg2 # postgres
32
32
pycurl # internal http requests handle more load with pycurl
33
33
sqlalchemy-cockroachdb # cocroachdb
34
34
statsd # statsd metrics collection (TODO: remove soon, since folks use prometheus)
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ pamela==1.0.0
118
118
# via jupyterhub
119
119
prometheus-client == 0.16.0
120
120
# via jupyterhub
121
- psycopg2-binary == 2.9.5
121
+ psycopg2 == 2.9.5
122
122
# via -r requirements.in
123
123
pyasn1 == 0.4.8
124
124
# via ldap3
You can’t perform that action at this time.
0 commit comments