Skip to content

Commit

Permalink
Update bpf images and add libpam to release builder docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Jul 27, 2023
1 parent bd8202a commit 14d951a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion internal/router/bpf_bpfeb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified internal/router/bpf_bpfeb.o
Binary file not shown.
3 changes: 1 addition & 2 deletions internal/router/bpf_bpfel.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified internal/router/bpf_bpfel.o
Binary file not shown.
2 changes: 1 addition & 1 deletion release_builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:latest
RUN apt update -y
RUN apt upgrade -y
RUN apt install -y make wget llvm clang gcc git npm gulp libbpf-dev
RUN apt install -y make wget llvm clang gcc git npm gulp libbpf-dev libpam0g-dev
RUN wget https://go.dev/dl/go1.19.4.linux-amd64.tar.gz
RUN rm -rf /usr/local/go && tar -C /usr/local -xzf go1.19.4.linux-amd64.tar.gz
ENV PATH="$PATH:/usr/local/go/bin"
Expand Down

0 comments on commit 14d951a

Please sign in to comment.