mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #3489 from rvs/kernel
libunwind-dev workaround on x86 is no longer required
This commit is contained in:
commit
172b04ff67
@ -16,6 +16,7 @@ RUN apk add \
|
||||
installkernel \
|
||||
kmod \
|
||||
elfutils-dev \
|
||||
libunwind-dev \
|
||||
linux-headers \
|
||||
mpc1-dev \
|
||||
mpfr-dev \
|
||||
@ -30,9 +31,6 @@ RUN apk add \
|
||||
xz-dev \
|
||||
zlib-dev
|
||||
|
||||
# libunwind-dev pkg is missed from arm64 now, below statement will be removed if the pkg is available.
|
||||
RUN [ $(uname -m) == x86_64 ] && apk add libunwind-dev || true
|
||||
|
||||
ARG KERNEL_VERSION
|
||||
ARG KERNEL_SERIES
|
||||
ARG EXTRA
|
||||
|
Loading…
Reference in New Issue
Block a user