Skip to content

Commit

Permalink
Add libpq5 (psycopg2 on armv7)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafolean committed Jan 21, 2021
1 parent 48a3ede commit 6d6fabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LABEL org.label-schema.vendor="Grafolean" \
COPY --from=python-requirements /requirements.txt /requirements.txt
RUN \
apt-get update && \
apt-get install --no-install-recommends -q -y git build-essential libpq-dev python3-dev libffi-dev && \
apt-get install --no-install-recommends -q -y git libpq5 build-essential libpq-dev python3-dev libffi-dev && \
pip install --no-cache-dir -r /requirements.txt && \
apt-get purge -y git build-essential libpq-dev python3-dev libffi-dev && \
apt-get clean autoclean && \
Expand Down

0 comments on commit 6d6fabc

Please sign in to comment.