mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
Update docker-coredeps to use python3.6
Python 3.5 is removed from the latest manylinux2014 images
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
set -x -e
|
set -x -e
|
||||||
|
|
||||||
# we use the python3.5 environment as the base environment
|
# we use the python3.6 environment as the base environment
|
||||||
/opt/python/cp35-cp35m/bin/pip install tox devpi-client auditwheel
|
/opt/python/cp36-cp36m/bin/pip install tox devpi-client auditwheel
|
||||||
|
|
||||||
pushd /usr/bin
|
pushd /usr/bin
|
||||||
|
|
||||||
ln -s /opt/_internal/cpython-3.5.*/bin/tox
|
ln -s /opt/_internal/cpython-3.6.*/bin/tox
|
||||||
ln -s /opt/_internal/cpython-3.5.*/bin/devpi
|
ln -s /opt/_internal/cpython-3.6.*/bin/devpi
|
||||||
ln -s /opt/_internal/cpython-3.5.*/bin/auditwheel
|
ln -s /opt/_internal/cpython-3.6.*/bin/auditwheel
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user