Open andersjohansenange opened 5 years ago
@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
Sure! I’ll get it in on Monday when I’m back in office.
Sendt fra min iPad
Den 25. jan. 2019 kl. 12.48 skrev Bill Zissimopoulos notifications@github.com:
@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 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
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: