We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a3ede commit 6d6fabcCopy full SHA for 6d6fabc
Dockerfile
@@ -32,7 +32,7 @@ LABEL org.label-schema.vendor="Grafolean" \
32
COPY --from=python-requirements /requirements.txt /requirements.txt
33
RUN \
34
apt-get update && \
35
- 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 && \
36
pip install --no-cache-dir -r /requirements.txt && \
37
apt-get purge -y git build-essential libpq-dev python3-dev libffi-dev && \
38
apt-get clean autoclean && \
0 commit comments