docker: pip install -U

This commit is contained in:
scito
2023-01-01 17:38:08 +01:00
parent a3bda6ff8e
commit 2c0cfd83ee
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ RUN apk add --no-cache \
zlib-dev \
jpeg-dev \
; fi \
&& pip install --no-cache-dir \
&& pip install --no-cache-dir -U \
protobuf \
qrcode \
Pillow \