Fix docker build NOCHANGELOG

This commit is contained in:
petitminion 2023-07-20 11:00:40 +00:00
parent fbea539c3f
commit d496072c1c
2 changed files with 498 additions and 578 deletions

View File

@ -40,7 +40,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 \
@ -63,7 +63,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
@ -74,7 +74,7 @@ RUN set -eux; \
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; \
@ -98,7 +98,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 \

1068
api/poetry.lock generated

File diff suppressed because it is too large Load Diff