Skip to content

Commit

Permalink
Merge pull request #601 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
docker: added libllvm for bpftool dependency
  • Loading branch information
UltraInstinct14 committed Mar 25, 2024
2 parents 5561427 + ce2f399 commit 9f3ba4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ 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 libbsd-dev iproute2 tcpdump bridge-utils net-tools && \
RUN apt-get update && apt-get install -y --no-install-recommends sudo \
libbsd-dev iproute2 tcpdump bridge-utils net-tools libllvm10 && \
rm -rf /var/lib/apt/lists/* && apt clean

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

0 comments on commit 9f3ba4a

Please sign in to comment.