1
0
Fork 0
mirror of https://github.com/yavook/kiwi-backup.git synced 2024-11-21 14:33:00 +00:00
This commit is contained in:
Jörn-Michael Miehe 2022-10-20 12:02:46 +02:00
parent 51ceb74d55
commit 78d694e86a

View file

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