Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install apt dependencies for container build. #250

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

robshakir
Copy link
Contributor

Install libpcap-dev and dependencies to ensure that container workflow succeeds.

@robshakir robshakir requested a review from bstoll January 8, 2025 19:25
@@ -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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the libnl-genl-3-dev libnl-3-dev required? the main lemming package doesn't depend on this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - I think this is just for lemming, so there should be no requirements for them. Trimming. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants