mirror of
https://github.com/Wonderfall/docker-synapse.git
synced 2025-06-06 05:59:35 -04:00
Merge pull request #4 from tommytran732/patch-4
Upgrade pip before `pip install`
This commit is contained in:
commit
057e88b486
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue