🔨Remove Alpine edge repo usage (#49)

This commit is contained in:
Paul Sinclair 2020-09-23 19:37:52 -04:00 committed by GitHub
parent 29c5790615
commit 75e5b808e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,10 @@ RUN \
git=2.26.2-r0 \
\
&& apk add --no-cache \
go@edge=1.13.14-r0 \
go=1.13.14-r0 \
libqrencode=4.0.2-r0 \
openresolv=3.10.0-r0 \
wireguard-tools@edge=1.0.20200510-r0 \
wireguard-tools=1.0.20200510-r0 \
\
&& git clone --branch "v0.0.20200320" --depth=1 \
"https://git.zx2c4.com/wireguard-go" /tmp/wireguard \