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

Add information to the README on dependencies for Alpine Linux #28

Open
andersjohansenange opened this issue Jan 25, 2019 · 3 comments
Open

Comments

@andersjohansenange
Copy link

andersjohansenange commented Jan 25, 2019

Alpine is super popular for building containers. A common use case for cgofuse is implementing file systems to use as FlexVolumes in kubernetes.

The required dependencies are: fuse-dev gcc libc-dev

Two differences from deb-based Linux such as Ubuntu:

  1. The fuse developer package has a different name
  2. The libc-headers aren't included in the gcc package
@billziss-gh
Copy link
Collaborator

@andersjohansenange would you consider sending a PR with the necessary change?

Perhaps this could be as simple as changing:

Prerequisites: libfuse-dev, gcc

To:

Prerequisites (Debian): libfuse-dev, gcc
Prerequisites (Alpine): fuse-dev gcc libc-dev

@andersjohansenange
Copy link
Author

andersjohansenange commented Jan 26, 2019 via email

@andersjohansenange
Copy link
Author

andersjohansenange commented Jan 28, 2019

#29

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

No branches or pull requests

2 participants