mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
🔨Remove Alpine edge repo usage (#49)
This commit is contained in:
parent
29c5790615
commit
75e5b808e4
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ RUN \
|
||||||
git=2.26.2-r0 \
|
git=2.26.2-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
go@edge=1.13.14-r0 \
|
go=1.13.14-r0 \
|
||||||
libqrencode=4.0.2-r0 \
|
libqrencode=4.0.2-r0 \
|
||||||
openresolv=3.10.0-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 \
|
&& git clone --branch "v0.0.20200320" --depth=1 \
|
||||||
"https://git.zx2c4.com/wireguard-go" /tmp/wireguard \
|
"https://git.zx2c4.com/wireguard-go" /tmp/wireguard \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue