Skip to content

Commit

Permalink
chore:Updated Dockerfile to include k8s crd manpulation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Oct 13, 2024
1 parent 380e4ad commit 27bb05b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 27bb05b

Please sign in to comment.