From 2d4ab0f0c8dd909c622bbc49352aea729a0e021b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 20 Nov 2022 03:11:21 +0100 Subject: [PATCH] Dockerfile: Install python3-distutils The build process fails without that. Co-authored-by: Tom Herbers --- contrib/docker/Dockerfile | 1 + docs/user/getting_started.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile index a70922a5a6..0f110f5429 100644 --- a/contrib/docker/Dockerfile +++ b/contrib/docker/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ file \ git \ python3 \ + python3-distutils \ build-essential \ gawk \ unzip \ diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 547d41e7dc..49df4df545 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -29,6 +29,7 @@ freshly installed Debian Bullseye system the following packages are required: * `git` (to get Gluon and other dependencies) * `python3` +* `python3-distutils` * `build-essential` * `ecdsautils` (to sign firmware, see `contrib/sign.sh`) * `gawk`