Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
Fix AmneziaWG tools installation.
  • Loading branch information
tiaga committed Feb 13, 2024
1 parent 52fed4d commit 92e28a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN go mod download && \
FROM alpine:3.19
ARG AWGTOOLS_RELEASE="1.0.20240213"
RUN apk --no-cache add iproute2 iptables bash && \
cd /usr/bin/ && \
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/ && \
unzip -j alpine-3.19-amneziawg-tools.zip && \
chmod +x /usr/bin/awg /usr/bin/awg-quick
COPY --from=awg /usr/bin/amneziawg-go /usr/bin/amneziawg-go

0 comments on commit 92e28a0

Please sign in to comment.