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.
  • Loading branch information
DanLipsitt committed May 28, 2024
1 parent 425bec9 commit 512c790
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 512c790

Please sign in to comment.