Skip to content

Commit

Permalink
Use psycopg2 instead of psycopg2-binary. (#6858)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
  • Loading branch information
Ayrx and Maffooch authored Nov 10, 2022
1 parent 7cf8247 commit 29074eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.django
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
dnsutils \
default-mysql-client \
libmariadb-dev-compat \
libpq-dev \
postgresql-client \
xmlsec1 \
git \
Expand Down Expand Up @@ -52,6 +53,7 @@ RUN \
xmlsec1 \
git \
uuid-runtime \
libpq-dev \
# only required for the dbshell (used by the initializer job)
postgresql-client \
# libcurl4-openssl-dev is required for installing pycurl python package
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
dnsutils \
default-mysql-client \
libmariadb-dev-compat \
libpq-dev \
postgresql-client \
xmlsec1 \
git \
Expand Down

0 comments on commit 29074eb

Please sign in to comment.