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

Merge branch 'hotfix/0.11.2'

This commit is contained in:
Jörn-Michael Miehe 2022-10-14 13:06:27 +02:00
commit 0f19f4e616

View file

@ -19,6 +19,7 @@ RUN set -ex; \
openssh-client \
openssl \
python3 \
py3-pip \
py3-six \
rsync \
; \
@ -36,7 +37,6 @@ RUN set -ex; \
musl-dev \
openssl-dev \
python3-dev \
py3-pip \
cargo \
; \
# make use of prebuilt wheels where possible