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

Make all dependencies non-optional/remove #7

Open
rvansa opened this issue May 22, 2023 · 1 comment
Open

Make all dependencies non-optional/remove #7

rvansa opened this issue May 22, 2023 · 1 comment

Comments

@rvansa
Copy link
Member

rvansa commented May 22, 2023

Currently the build checks for libbsd and libnftables development files in the build environment and if these are present the binary depends on the libraries. This creates some trouble if built in one environment and executed in another.

Let's do one of the possibilities below:

  1. Never depend on those (regardless if present in the system)
  2. Link to those libraries statically
  3. Always depend on those

Based on CRaC/container-images#4 (comment) 1) or 2) would be the correct option, and 1) is certainly less work.

@jankratochvil
Copy link
Contributor

Fix docker image missing shared libraries #11

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

No branches or pull requests

2 participants