mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-09 02:41:49 +00:00
wireguard: use custom wg-quick
This removes things we do not need and expects the interface to already be created. Signed-off-by: Justin Cormack <justin.cormack@docker.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:87a0cd10449d72f374f950004467737dbf440630 AS mirror
|
||||
FROM linuxkit/alpine:1e67b8fdba849ed2f7e8537c13b7f280639623d6 AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
Reference in New Issue
Block a user