Skip to content

Commit

Permalink
Add libpcap-dev to the Dockerfile
Browse files Browse the repository at this point in the history
The integration tests and unit tests are failing with:
```
fatal error: pcap.h: No such file or directory
```

This modifies the Dockerfile used in the tests so libpcap-dev is
available in the container.
  • Loading branch information
danielfor committed Nov 23, 2023
1 parent 4c19d59 commit d2c8b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ RUN \
sshpass \
strace \
zlib1g-dev \
libpcap-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit d2c8b95

Please sign in to comment.