release: docker: Make sure python3.9 exists.
This commit is contained in:
parent
bc83e9f736
commit
7fa155da72
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
|
@ -4,7 +4,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
sudo apt-get install -y python3-pip
|
sudo apt-get install -y python3.9 python3-pip
|
||||||
python3.9 -m pip install -r ./termstr/requirements.txt ./termstr \
|
python3.9 -m pip install -r ./termstr/requirements.txt ./termstr \
|
||||||
-r ./fill3/requirements.txt ./fill3 \
|
-r ./fill3/requirements.txt ./fill3 \
|
||||||
./lscolors \
|
./lscolors \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue