Skip to content

Commit

Permalink
playground dockerfile: add libcap
Browse files Browse the repository at this point in the history
We need both libpcap and libcap dev packages, but the latter was
missing. They do different things but are easily confused.

Signed-off-by: Dan Lipsitt <[email protected]>
  • Loading branch information
DanLipsitt committed May 29, 2024
1 parent 425bec9 commit 16a98a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/everest-playground/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN apt-get update \
libssl-dev \
libcurl4-openssl-dev \
pkg-config \
libcap-dev \
libpcap-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 16a98a8

Please sign in to comment.