mirror of
https://github.com/yavook/kiwi-backup.git
synced 2024-11-21 14:33:00 +00:00
don't uninstall pip
This commit is contained in:
parent
0e919af0b3
commit
f43e044e16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue