Make sure we use Python3 in testing Docker container

This commit is contained in:
Dominic Kempf 2020-05-18 12:52:30 +02:00
parent aaf522074b
commit ae26fb1603
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
ca-certificates \
git \
procps \
python \
python-dev \
python3 \
python3-dev \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
ARG version=master