mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 17:58:35 +00:00
Currently, there is a conflict in musl versions between stable (used for tools/alpine) and edge (where wireguard-tools is). This cased the tools/alpine build to fail. With this commit we build our own wireguard-tools package, using the APKBUILD file from edge, against the libraries libraries from stable. We then add the wireguard-tools package to the mirror. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>