Browse Source

Merge pull request #1197 from doccano/fix/#1196

Update libpq-dev version to avoid build failure
pull/1201/head
Hiroki Nakayama 3 years ago
committed by GitHub
parent
commit
8d6d41f85a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 \
wget=1.20.1-1.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 \
g++=4:8.3.0-1 \
libssl-dev=1.1.1d-0+deb10u4 \

2
app/Dockerfile.prod

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

Loading…
Cancel
Save