Fix docker build NOCHANGELOG
This commit is contained in:
parent
fbea539c3f
commit
d496072c1c
|
@ -40,7 +40,7 @@ RUN set -eux; \
|
|||
postgresql-dev \
|
||||
zlib-dev \
|
||||
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-psycopg2=2.9.5-r0 \
|
||||
py3-watchfiles=0.18.1-r0 \
|
||||
|
@ -63,7 +63,7 @@ RUN set -eux; \
|
|||
grep -Ev 'cryptography|lxml|pillow|psycopg2|watchfiles' /requirements.txt \
|
||||
| pip3 install -r /dev/stdin \
|
||||
cryptography==38.0.3 \
|
||||
lxml==4.9.2 \
|
||||
lxml==4.9.3 \
|
||||
pillow==9.3.0 \
|
||||
psycopg2==2.9.5 \
|
||||
watchfiles==0.18.1
|
||||
|
@ -74,7 +74,7 @@ RUN set -eux; \
|
|||
grep -Ev 'cryptography|lxml|pillow|psycopg2|watchfiles' /dev-requirements.txt \
|
||||
| pip3 install -r /dev/stdin \
|
||||
cryptography==38.0.3 \
|
||||
lxml==4.9.2 \
|
||||
lxml==4.9.3 \
|
||||
pillow==9.3.0 \
|
||||
psycopg2==2.9.5 \
|
||||
watchfiles==0.18.1; \
|
||||
|
@ -98,7 +98,7 @@ RUN set -eux; \
|
|||
libxml2 \
|
||||
libxslt \
|
||||
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-psycopg2=2.9.5-r0 \
|
||||
py3-watchfiles=0.18.1-r0 \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue