Skip to content

Commit 6d6fabc

Browse files
committed
Add libpq5 (psycopg2 on armv7)
1 parent 48a3ede commit 6d6fabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ LABEL org.label-schema.vendor="Grafolean" \
3232
COPY --from=python-requirements /requirements.txt /requirements.txt
3333
RUN \
3434
apt-get update && \
35-
apt-get install --no-install-recommends -q -y git build-essential libpq-dev python3-dev libffi-dev && \
35+
apt-get install --no-install-recommends -q -y git libpq5 build-essential libpq-dev python3-dev libffi-dev && \
3636
pip install --no-cache-dir -r /requirements.txt && \
3737
apt-get purge -y git build-essential libpq-dev python3-dev libffi-dev && \
3838
apt-get clean autoclean && \

0 commit comments

Comments
 (0)