libunwind-dev workaround on x86 is no longer required

Signed-off-by: Roman Shaposhnik <rvs@zededa.com>
This commit is contained in:
Roman Shaposhnik 2020-04-04 13:53:27 -07:00
parent 49b62442cb
commit f49042545e

View File

@ -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