1
0
Fork 0
mirror of https://github.com/yavook/kiwi-backup.git synced 2024-11-22 06:53:00 +00:00

Merge branch 'hotfix/0.11.4'

This commit is contained in:
Jörn-Michael Miehe 2022-10-20 12:02:52 +02:00
commit 29eb3c923c

View file

@ -41,15 +41,15 @@ RUN set -ex; \
; \ ; \
# make use of prebuilt wheels where possible # make use of prebuilt wheels where possible
python3 -m pip --no-cache-dir \ python3 -m pip --no-cache-dir \
install --update wheel \ install --upgrade wheel \
; \ ; \
\ \
# install duplicity # install duplicity
python3 -m pip --no-cache-dir \ python3 -m pip --no-cache-dir \
install --update --requirement /tmp/requirements.txt \ install --upgrade --requirement /tmp/requirements.txt \
; \ ; \
python3 -m pip --no-cache-dir \ python3 -m pip --no-cache-dir \
install --update duplicity \ install --upgrade duplicity \
; \ ; \
\ \
# cleanup # cleanup