1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-11-08 16:51:32 -05:00

Upgrade pip before pip install

This commit is contained in:
Tommy 2022-09-06 14:15:01 -04:00 committed by GitHub
parent e2df1fefe8
commit 8a9220f2da
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}