Skip to content

Commit d3c77bb

Browse files
florianlti-mo
authored andcommitted
Dockerfile.builder: Add xxd
xxd started to become a dependency for selftests with the following commit: torvalds/linux@b720903. Signed-off-by: Florian Lehner <[email protected]>
1 parent cc20c53 commit d3c77bb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM ghcr.io/cilium/ci-kernels-builder:1750404286 AS configure-vmlinux
1+
FROM --platform=$BUILDPLATFORM ghcr.io/cilium/ci-kernels-builder:1762183314 AS configure-vmlinux
22

33
ARG KERNEL_VERSION
44

Dockerfile.builder

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
5353
libc6-dev-i386 \
5454
cmake \
5555
libdw-dev \
56-
git
56+
git \
57+
xxd
5758

5859
RUN cd /tmp && \
5960
git clone https://git.kernel.org/pub/scm/devel/pahole/pahole.git && \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1750404286
1+
1762183314

0 commit comments

Comments
 (0)