Skip to content

Commit 7babc1b

Browse files
rnavmpe
authored andcommitted
build: Install python3 in korg images
If enabling BPF-related config options, tools/lib/bpf needs python3 to be able to generate bpf_helper_defs.h. As such, include it in korg images.
1 parent cee01f7 commit 7babc1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/korg/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN apt-get -q -y update && \
2727
libssl-dev \
2828
lzop \
2929
make \
30+
python3 \
3031
openssl \
3132
u-boot-tools \
3233
rename \

0 commit comments

Comments
 (0)