Merge pull request #4 from tommytran732/patch-4

Upgrade pip before `pip install`
This commit is contained in:
Wonderfall 2022-09-08 01:39:31 +02:00 committed by GitHub
commit 057e88b486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}