mirror of
https://github.com/yavook/kiwi-backup.git
synced 2024-11-21 14:33:00 +00:00
typo
This commit is contained in:
parent
51ceb74d55
commit
78d694e86a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue