release: docker: Make sure python3.9 exists.

This commit is contained in:
Andrew Hamilton 2021-12-06 16:19:53 +10:00
parent bc83e9f736
commit 7fa155da72

View file

@ -4,7 +4,7 @@
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 \
-r ./fill3/requirements.txt ./fill3 \
./lscolors \