From c52e20a93233cb1462b9c05f075594d709b4e872 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 8 Jan 2019 11:36:58 +0000 Subject: [PATCH] tools/alpine: Grab another file needed for wireguard APK build. Signed-off-by: Ian Campbell --- tools/alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/alpine/Dockerfile b/tools/alpine/Dockerfile index c91e58ed2..cf59d6204 100644 --- a/tools/alpine/Dockerfile +++ b/tools/alpine/Dockerfile @@ -22,6 +22,7 @@ RUN apk add alpine-sdk libmnl-dev curl && \ chmod 0777 /wireguard && \ cd /wireguard && \ curl -fsSLo APKBUILD https://git.alpinelinux.org/cgit/aports/plain/testing/wireguard-tools/APKBUILD && \ + curl -fsSLo alpine-compat.patch https://git.alpinelinux.org/aports/plain/testing/wireguard-tools/alpine-compat.patch && \ su -c "abuild-keygen -a -n && abuild -r" builder && \ cp /home/builder/packages/$(apk --print-arch)/wireguard-tools-[0-9]*.apk /mirror/$(apk --print-arch)