Skip to content

Commit

Permalink
fix(deps): build python psycopg3 dependency instead of use the pre-bu…
Browse files Browse the repository at this point in the history
…ild binary (#10491)

Signed-off-by: gietschess <49275246+gietschess@users.noreply.github.com>
  • Loading branch information
gietschess authored Jul 12, 2024
1 parent 3462db0 commit 5730df2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Dockerfile.django-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ RUN \
bind-tools \
mysql-client \
mariadb-dev \
postgresql14-client \
postgresql16-client \
xmlsec \
git \
util-linux \
curl-dev \
openssl \
libffi-dev \
python3-dev \
libpq-dev \
&& \
rm -rf /var/cache/apk/* && \
true
Expand All @@ -49,7 +51,7 @@ RUN \
xmlsec \
git \
util-linux \
postgresql14-client \
postgresql16-client \
curl-dev \
openssl \
# needed for integration-tests
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.nginx-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ RUN \
bind-tools \
mysql-client \
mariadb-dev \
postgresql14-client \
postgresql16-client \
xmlsec \
git \
util-linux \
curl-dev \
openssl \
libffi-dev \
python3-dev \
libpq-dev \
&& \
rm -rf /var/cache/apk/* && \
true
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Markdown==3.6
mysqlclient==2.1.1
openpyxl==3.1.5
Pillow==10.4.0 # required by django-imagekit
psycopg[binary]==3.2.1
psycopg[c]==3.2.1
cryptography==42.0.8
python-dateutil==2.9.0.post0
pytz==2024.1
Expand Down

0 comments on commit 5730df2

Please sign in to comment.