mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
kernel: Pick python3 for bcc builds
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
2d92dc189c
commit
a87a666408
@ -26,7 +26,7 @@ RUN apk update && apk upgrade -a && \
|
|||||||
llvm-static \
|
llvm-static \
|
||||||
luajit-dev \
|
luajit-dev \
|
||||||
m4 \
|
m4 \
|
||||||
python \
|
python3 \
|
||||||
zlib-dev \
|
zlib-dev \
|
||||||
&& true
|
&& true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user