Skip to content

Commit a2e5e6d

Browse files
committed
add pipx to debian contaienr
The coverage build step wants pipx. Add it only to the debian container as this is not used in the build matrix. Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent d71ca10 commit a2e5e6d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ci-containers.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ bundles:
9393
- python3-dev
9494
- python3-pip
9595
- python3-venv
96+
- pipx
9697
fedora:
9798
- python3
9899
- python3-devel

main/Dockerfile.debian

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apt-get update && \
3737
python3-dev \
3838
python3-pip \
3939
python3-venv \
40+
pipx \
4041
&& apt-get clean && \
4142
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
4243

0 commit comments

Comments
 (0)