Skip to content

Commit

Permalink
Dockerfile: Install python3-distutils
Browse files Browse the repository at this point in the history
The build process fails without that.

Co-authored-by: Tom Herbers <mail@tomherbers.de>
  • Loading branch information
mweinelt and herbetom committed Aug 21, 2023
1 parent 97a6357 commit 2d4ab0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
file \
git \
python3 \
python3-distutils \
build-essential \
gawk \
unzip \
Expand Down
1 change: 1 addition & 0 deletions docs/user/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 2d4ab0f

Please sign in to comment.