From 12a41a80c5326d0bb53b2aa20fd48db0acf599a3 Mon Sep 17 00:00:00 2001 From: Mikhail Tuzikov Date: Tue, 27 Sep 2022 16:03:10 +0100 Subject: [PATCH] Adding network diag utils into actions-runner-libbpf container --- .../actions-runner-libbpf.Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile b/ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile index e197790..72f2983 100644 --- a/ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile +++ b/ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile @@ -24,7 +24,9 @@ RUN apt-get update && apt-get -y install \ rsync \ software-properties-common \ sudo \ - tree + tree \ + iproute2 \ + iputils-ping # amd64 dependencies. COPY --from=ld-prefix / /usr/x86_64-linux-gnu/