]> git.ipfire.org Git - thirdparty/patchwork.git/commit
docker: install Python 3.9
authorDaniel Axtens <dja@axtens.net>
Wed, 23 Jun 2021 01:19:36 +0000 (11:19 +1000)
committerDaniel Axtens <dja@axtens.net>
Wed, 23 Jun 2021 03:04:40 +0000 (13:04 +1000)
commite1fe6a4caf39e22b064e768459843955cb0bcf8c
treefd70d1d33fa0d2db13d64f48585c3e08ebb3aa57
parentd2174b9bd7cb6187e0dc6c16edf874cdce079067
docker: install Python 3.9

Since commit 9a54bf4bfc54 ("Add Python 3.9 support"), Python 3.9 is tested
by tox, so currently `docker-compose run web --tox` fails due to missing
Py3.9 binaries. Fix it.

Fixes: 9a54bf4bfc54 ("Add Python 3.9 support")
Signed-off-by: Daniel Axtens <dja@axtens.net>
tools/docker/Dockerfile