Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile.buildenv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -
build-essential squashfs-tools python3-yaml \
patch diffutils sed mawk findutils zstd \
python3 python3-packaging curl rsync cpio gpg grep \
flex bison pahole libssl-dev libelf-dev bc kmod && \
flex bison pahole libssl-dev libelf-dev bc kmod \
apparmor && \
rm -rf /var/lib/apt/lists/*
ARG TARGETARCH
RUN if [ "${TARGETARCH}" = "amd64" ]; then \
Expand Down