From 27bb05ba737d3832bfa79c38e68cb0e27b0598ef Mon Sep 17 00:00:00 2001 From: Trekkie Coder Date: Mon, 14 Oct 2024 00:09:51 +0900 Subject: [PATCH] chore:Updated Dockerfile to include k8s crd manpulation scripts --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86b5d1b5b..1482bb3d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,8 +87,10 @@ ARG DEBIAN_FRONTEND=noninteractive ENV PATH="${PATH}:/usr/local/go/bin" ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib64/" -RUN apt-get update && apt-get install -y --no-install-recommends sudo \ +RUN apt-get update && apt-get install -y --no-install-recommends sudo wget \ libbsd-dev iproute2 tcpdump bridge-utils net-tools libllvm10 ca-certificates && \ + wget https://raw.githubusercontent.com/loxilb-io/tools/refs/heads/main/k8s/mkllb-url.sh && \ + chmod +x mkllb-url.sh && mv mkllb-url.sh /usr/local/sbin/mkllb-url && \ rm -rf /var/lib/apt/lists/* && apt clean COPY --from=build /usr/lib64/libbpf* /usr/lib64/