File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -79,18 +79,16 @@ RUN set -ex \
79
79
sqlite \
80
80
zlib1g \
81
81
; \
82
- pip install --upgrade wheel ;\
83
- pip install --upgrade python-ldap ;\
84
- pip install --upgrade pyopenssl ;\
85
- pip install --upgrade enum34 ;\
86
- pip install --upgrade ipaddress ;\
87
- pip install --upgrade lxml ;\
88
- pip install --upgrade supervisor \
82
+ python -m pip install --upgrade pip ;\
83
+ python -m pip install --upgrade wheel ;\
84
+ python -m pip install --upgrade python-ldap ;\
85
+ python -m pip install --upgrade lxml ;\
86
+ python -m pip install --upgrade supervisor \
89
87
; \
90
88
git clone --branch $BV_SYN --depth 1 https://github.com/matrix-org/synapse.git \
91
89
&& cd /synapse \
92
90
git checkout tags/$TAG_SYN \
93
- && pip install --upgrade --process-dependency-links . \
91
+ && python -m pip install --upgrade --process-dependency-links . \
94
92
&& GIT_SYN=$(git ls-remote https://github.com/matrix-org/synapse $BV_SYN | cut -f 1) \
95
93
&& echo "synapse: $BV_SYN ($GIT_SYN)" >> /synapse.version \
96
94
&& cd / \
You can’t perform that action at this time.
0 commit comments