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

Merge tag 'v0.11.2' into develop

fix python requirements
This commit is contained in:
Jörn-Michael Miehe 2022-10-14 13:07:12 +02:00
commit 387ddb9d9b

View file

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