Add dwarves package.

This commit is contained in:
Andy Nguyen
2026-05-03 10:21:40 +02:00
parent ecc60547f9
commit 260d78baec

View File

@@ -3,7 +3,7 @@ FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential bc bison flex kmod cpio gawk \ build-essential bc bison dwarves flex kmod cpio gawk \
libdw-dev libelf-dev libssl-dev \ libdw-dev libelf-dev libssl-dev \
python3 rsync dpkg-dev debhelper zstd \ python3 rsync dpkg-dev debhelper zstd \
perl git xz-utils ccache \ perl git xz-utils ccache \