Update wireguard-client/Dockerfile
This commit is contained in:
parent
a05f311710
commit
f1ae001b80
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
openresolv=3.12.0-r0 \
|
openresolv \
|
||||||
wireguard-tools=1.0.20210914-r0
|
wireguard-tools
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue