Add py3-six dependency (#307)

This commit is contained in:
Jorim Tielemans 2022-12-16 10:44:39 +01:00 committed by GitHub
parent 6bd5fd7bdb
commit 2c970a0495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ RUN \
&& apk add --no-cache \
nginx=1.22.1-r0 \
py3-packaging=21.3-r2 \
py3-six=1.16.0-r3 \
python3=3.10.9-r1 \
\
&& pip3 install -r /tmp/requirements.txt \