Skip to content

Commit

Permalink
Get c-ares from the Alpine edge repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thrnz committed Apr 22, 2024
1 parent 30fb739 commit 37932f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37932f0

Please sign in to comment.