Skip to content

Commit

Permalink
Install apt dependencies for container build.
Browse files Browse the repository at this point in the history
  • Loading branch information
robshakir committed Jan 8, 2025
1 parent 4f307a2 commit 390d2d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install apt dependencies
run: |
sudo apt-get install libpcap-dev libnl-genl-3-dev libnl-3-dev
- name: Log in to the Container registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 390d2d4

Please sign in to comment.