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:
commit
29eb3c923c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue