mirror of
https://github.com/tommytran732/Synapse-Docker
synced 2024-11-08 17:12:17 -05:00
Upgrade pip before pip install
This commit is contained in:
parent
e2df1fefe8
commit
8a9220f2da
@ -38,6 +38,7 @@ RUN apk -U upgrade \
|
|||||||
rustup \
|
rustup \
|
||||||
zlib-dev \
|
zlib-dev \
|
||||||
&& rustup-init -y && source $HOME/.cargo/env \
|
&& rustup-init -y && source $HOME/.cargo/env \
|
||||||
|
&& pip install --upgrade pip \
|
||||||
&& pip install --prefix="/install" --no-warn-script-location \
|
&& pip install --prefix="/install" --no-warn-script-location \
|
||||||
matrix-synapse[all]==${SYNAPSE_VERSION}
|
matrix-synapse[all]==${SYNAPSE_VERSION}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user