Skip to content

Commit

Permalink
Add dep for building xdp prog (#4212)
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS authored Mar 24, 2024
1 parent 9e635e1 commit fbef931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y apt-transport-h
m4 \
libpcap-dev \
libelf-dev \
libc6-dev-i386 \
&& rm -rf /var/lib/apt/lists/*

RUN gem install fpm
Expand Down

0 comments on commit fbef931

Please sign in to comment.