mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Update pip in dep build
This commit is contained in:
parent
0bacad0245
commit
44d36b84f2
@ -28,7 +28,7 @@ RUN groupadd -g "${PGID:-0}" -o crafty \
|
||||
&& apt-get clean \
|
||||
&& python3 -m venv /commander-venv/ \
|
||||
&& . /commander-venv/bin/activate \
|
||||
&& pip3 install --no-cache-dir --upgrade setuptools==50.3.2 pip==20.3.3 \
|
||||
&& pip3 install --no-cache-dir --upgrade setuptools==50.3.2 pip==22.0.3 \
|
||||
&& pip3 install --no-cache-dir -r /commander-venv/requirements.txt \
|
||||
&& deactivate \
|
||||
&& chown -R crafty:crafty /commander-venv
|
||||
|
Loading…
Reference in New Issue
Block a user