Skip to content

Commit

Permalink
Append libcap-dev to docker/everest-playground
Browse files Browse the repository at this point in the history
This solves the error that happens when the command `. init.sh` is
executed inside the DevContainer

```
--   No package 'libcap' found
CMake Error at /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:545 (message):
  A required package was not found
```

Signed-off-by: Fábio Luiz Nery de Miranda <[email protected]>
  • Loading branch information
fabiolnm committed Apr 19, 2024
1 parent 51796d6 commit 8b6b1a5
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 @@ -44,6 +44,7 @@ RUN apt-get update \
libcurl4-openssl-dev \
pkg-config \
libpcap-dev \
libcap-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 8b6b1a5

Please sign in to comment.