contrib: Dockerfile: add python3, drop python2

This commit is contained in:
Martin Weinelt 2020-03-06 00:45:16 +01:00
parent 5ad345bafa
commit 51df8a5e45
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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