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 bed66fa248
commit 4d0b8ccca3

View File

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