Dockerfile: Install python3-distutils

The build process fails without that.
This commit is contained in:
Martin Weinelt 2022-11-20 03:11:21 +01:00 committed by David Bauer
parent 205fa83272
commit 7e0c6106ba

View File

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