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 52fed4d + 92e28a0 commit 827ec6eCopy full SHA for 827ec6e
Dockerfile
@@ -8,7 +8,8 @@ RUN go mod download && \
8
FROM alpine:3.19
9
ARG AWGTOOLS_RELEASE="1.0.20240213"
10
RUN apk --no-cache add iproute2 iptables bash && \
11
+ cd /usr/bin/ && \
12
wget https://github.com/amnezia-vpn/amneziawg-tools/releases/download/v${AWGTOOLS_RELEASE}/alpine-3.19-amneziawg-tools.zip && \
- unzip alpine-3.19-amneziawg-tools.zip -d /usr/bin/ && \
13
+ unzip -j alpine-3.19-amneziawg-tools.zip && \
14
chmod +x /usr/bin/awg /usr/bin/awg-quick
15
COPY --from=awg /usr/bin/amneziawg-go /usr/bin/amneziawg-go
0 commit comments