From 37932f062d42bc7bc86f70467def567f2494a23e Mon Sep 17 00:00:00 2001 From: thrnz Date: Mon, 22 Apr 2024 13:16:06 +1200 Subject: [PATCH] Get c-ares from the Alpine edge repo --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 67f1bc4..e397802 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ RUN sed -i 's/cmd sysctl.*/set +e \&\& sysctl -q net.ipv4.conf.all.src_valid_mar # Install wireguard-go as a fallback if wireguard is not supported by the host OS or Linux kernel RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing wireguard-go +RUN apk upgrade --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main c-ares + # Get the PIA CA cert ADD https://raw.githubusercontent.com/pia-foss/desktop/master/daemon/res/ca/rsa_4096.crt /rsa_4096.crt