Skip to content

Commit

Permalink
Merge pull request #776 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
gh-726 updated ca-certificates for loxilb container
  • Loading branch information
UltraInstinct14 authored Aug 27, 2024
2 parents 1a39e40 + 39e12c2 commit f5ccfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ 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 \
libbsd-dev iproute2 tcpdump bridge-utils net-tools libllvm10 && \
libbsd-dev iproute2 tcpdump bridge-utils net-tools libllvm10 ca-certificates && \
rm -rf /var/lib/apt/lists/* && apt clean

COPY --from=build /usr/lib64/libbpf* /usr/lib64/
Expand Down

0 comments on commit f5ccfd9

Please sign in to comment.