Skip to content

Commit

Permalink
add pg binary driver
Browse files Browse the repository at this point in the history
  • Loading branch information
maxking committed Nov 5, 2022
1 parent e8bcc8c commit aaa3aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/root/.cache \
postgresql-dev git libffi-dev g++ \
&& apk add --no-cache bash su-exec postgresql-client mysql-client \
curl python3 py3-pip linux-headers py-cryptography mariadb-connector-c \
&& python3 -m pip install -U psycopg2 pymysql setuptools wheel \
&& python3 -m pip install -U psycopg2-binary pymysql setuptools wheel \
&& python3 -m pip install \
git+https://gitlab.com/mailman/mailman \
git+https://gitlab.com/mailman/mailman-hyperkitty \
Expand Down

0 comments on commit aaa3aed

Please sign in to comment.