Skip to content
Snippets Groups Projects
Unverified Commit 2d4ab0f0 authored by Martin Weinelt's avatar Martin Weinelt Committed by Tom Herbers
Browse files

Dockerfile: Install python3-distutils


The build process fails without that.

Co-authored-by: default avatarTom Herbers <mail@tomherbers.de>
parent 97a63572
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -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 \
......
...@@ -29,6 +29,7 @@ freshly installed Debian Bullseye system the following packages are required: ...@@ -29,6 +29,7 @@ freshly installed Debian Bullseye system the following packages are required:
* `git` (to get Gluon and other dependencies) * `git` (to get Gluon and other dependencies)
* `python3` * `python3`
* `python3-distutils`
* `build-essential` * `build-essential`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`) * `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
* `gawk` * `gawk`
......
  • Sid @autinerd

    mentioned in commit 51719c69

    ·

    mentioned in commit 51719c69

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment