contrib: Dockerfile: add python3, drop python2

This commit is contained in:
Martin Weinelt 2020-03-06 00:45:16 +01:00 committed by David Bauer
parent 72be9119ec
commit a89886e5ce

View File

@ -5,7 +5,7 @@ RUN apt update && apt install -y --no-install-recommends \
file \
git \
subversion \
python \
python3 \
build-essential \
gawk \
unzip \