mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Fix perf build
- add static zlib - add python Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
6a92e2292b
commit
f3a0d1c4d8
@ -20,11 +20,13 @@ RUN apk add \
|
||||
findutils \
|
||||
mpc1-dev \
|
||||
mpfr-dev \
|
||||
python3 \
|
||||
sed \
|
||||
tar \
|
||||
xz \
|
||||
xz-dev \
|
||||
zlib-dev
|
||||
zlib-dev \
|
||||
zlib-static
|
||||
|
||||
COPY --from=ksrc /linux.tar.xz /kernel-headers.tar /
|
||||
RUN tar xf linux.tar.xz && \
|
||||
|
Loading…
Reference in New Issue
Block a user