Fix docker build NOCHANGELOG

This commit is contained in:
petitminion 2023-07-20 11:00:40 +00:00 committed by Georg Krause
parent 2e2e0b74ba
commit 6046dce55a
2 changed files with 363 additions and 504 deletions

View File

@ -34,7 +34,7 @@ RUN set -eux; \
postgresql-dev \ postgresql-dev \
zlib-dev \ zlib-dev \
py3-cryptography=38.0.3-r1 \ py3-cryptography=38.0.3-r1 \
py3-lxml=4.9.2-r0 \ py3-lxml=4.9.3-r1 \
py3-pillow=9.3.0-r0 \ py3-pillow=9.3.0-r0 \
py3-psycopg2=2.9.5-r0 \ py3-psycopg2=2.9.5-r0 \
py3-watchfiles=0.18.1-r0 \ py3-watchfiles=0.18.1-r0 \
@ -58,7 +58,7 @@ RUN set -eux; \
grep -Ev 'cryptography|lxml|pillow|psycopg2|watchfiles' /requirements.txt \ grep -Ev 'cryptography|lxml|pillow|psycopg2|watchfiles' /requirements.txt \
| pip3 install -r /dev/stdin \ | pip3 install -r /dev/stdin \
cryptography==38.0.3 \ cryptography==38.0.3 \
lxml==4.9.2 \ lxml==4.9.3 \
pillow==9.3.0 \ pillow==9.3.0 \
psycopg2==2.9.5 \ psycopg2==2.9.5 \
watchfiles==0.18.1 watchfiles==0.18.1
@ -66,13 +66,13 @@ RUN set -eux; \
ARG install_dev_deps=0 ARG install_dev_deps=0
RUN set -eux; \ RUN set -eux; \
if [ "$install_dev_deps" = "1" ] ; then \ if [ "$install_dev_deps" = "1" ] ; then \
  grep -Ev 'cryptography|lxml|pillow|psycopg2|watchfiles' /dev-requirements.txt \ grep -Ev 'cryptography|lxml|pillow|psycopg2|watchfiles' /dev-requirements.txt \
  | pip3 install -r /dev/stdin \ | pip3 install -r /dev/stdin \
  cryptography==38.0.3 \ cryptography==38.0.3 \
  lxml==4.9.2 \ lxml==4.9.3 \
  pillow==9.3.0 \ pillow==9.3.0 \
  psycopg2==2.9.5 \ psycopg2==2.9.5 \
  watchfiles==0.18.1; \ watchfiles==0.18.1; \
fi fi
FROM alpine:3.17 as image FROM alpine:3.17 as image
@ -93,7 +93,7 @@ RUN set -eux; \
libxml2 \ libxml2 \
libxslt \ libxslt \
py3-cryptography=38.0.3-r1 \ py3-cryptography=38.0.3-r1 \
py3-lxml=4.9.2-r0 \ py3-lxml=4.9.3-r1 \
py3-pillow=9.3.0-r0 \ py3-pillow=9.3.0-r0 \
py3-psycopg2=2.9.5-r0 \ py3-psycopg2=2.9.5-r0 \
py3-watchfiles=0.18.1-r0 \ py3-watchfiles=0.18.1-r0 \

847
api/poetry.lock generated

File diff suppressed because it is too large Load Diff