We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7de7a9a + 9c6b3ff commit 52fed4dCopy full SHA for 52fed4d
Dockerfile
@@ -6,9 +6,9 @@ RUN go mod download && \
6
go build -ldflags '-linkmode external -extldflags "-fno-PIC -static"' -v -o /usr/bin
7
8
FROM alpine:3.19
9
-ARG AWGTOOLS_RELEASE="1.0.20240202"
10
-RUN apk --no-cache add iproute2 bash && \
+ARG AWGTOOLS_RELEASE="1.0.20240213"
+RUN apk --no-cache add iproute2 iptables bash && \
11
wget https://github.com/amnezia-vpn/amneziawg-tools/releases/download/v${AWGTOOLS_RELEASE}/alpine-3.19-amneziawg-tools.zip && \
12
unzip alpine-3.19-amneziawg-tools.zip -d /usr/bin/ && \
13
- chmod +x /usr/bin/wg /usr/bin/wg-quick
+ chmod +x /usr/bin/awg /usr/bin/awg-quick
14
COPY --from=awg /usr/bin/amneziawg-go /usr/bin/amneziawg-go
0 commit comments