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 e1b613e4d2
commit 14959f4896

View File

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