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