use python3

This commit is contained in:
Wolfgang Hottgenroth 2021-04-30 14:01:45 +02:00
parent f939e54ba7
commit d2915b6bd7

View File

@ -19,7 +19,7 @@ RUN \
apt update && \
apt install -y python3 curl build-essential python3-dev libffi-dev libssl-dev patch libmariadbclient-dev cvs git-core subversion apache2 libapache2-mod-wsgi liboauth0 liboauth-dev python3-oauth python3-ldap python3-subvertpy && \
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
python get-pip.py && \
python3 get-pip.py && \
pip install -U pip setuptools && \
pip install -U mysqlclient && \
pip install -U mercurial && \