1
0
Fork 0
mirror of https://github.com/yavook/kiwi-backup.git synced 2024-11-25 08:03:01 +00:00

Merge tag 'v0.10.2' into develop

fix: missing python3-six
This commit is contained in:
Jörn-Michael Miehe 2022-03-03 23:56:47 +01:00
commit 6b136d0bae

View file

@ -19,6 +19,7 @@ RUN set -ex; \
openssh-client \
openssl \
python3 \
py3-six \
rsync \
; \
update-ca-certificates; \