Browse Source

Update libpq-dev version to avoid build failure

pull/1197/head
Hironsan 3 years ago
parent
commit
84cfe73057
2 changed files with 2 additions and 2 deletions
  1. 2
      app/Dockerfile.dev
  2. 2
      app/Dockerfile.prod

2
app/Dockerfile.dev

@ -5,7 +5,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
wget=1.20.1-1.1 \ wget=1.20.1-1.1 \
netcat=1.10-41.1 \ netcat=1.10-41.1 \
libpq-dev=11.9-0+deb10u1 \
libpq-dev=11.10-0+deb10u1 \
unixodbc-dev=2.3.6-0.1 \ unixodbc-dev=2.3.6-0.1 \
g++=4:8.3.0-1 \ g++=4:8.3.0-1 \
libssl-dev=1.1.1d-0+deb10u4 \ libssl-dev=1.1.1d-0+deb10u4 \

2
app/Dockerfile.prod

@ -15,7 +15,7 @@ COPY ./Pipfile* /app/
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
netcat=1.10-41.1 \ netcat=1.10-41.1 \
libpq-dev=11.9-0+deb10u1 \
libpq-dev=11.10-0+deb10u1 \
unixodbc-dev=2.3.6-0.1 \ unixodbc-dev=2.3.6-0.1 \
g++=4:8.3.0-1 \ g++=4:8.3.0-1 \
&& pip install --no-cache-dir pipenv==2020.11.15 \ && pip install --no-cache-dir pipenv==2020.11.15 \

Loading…
Cancel
Save