Skip to content

Commit 827ec6e

Browse files
authored
Merge pull request #21 from amnezia-vpn/fix-dockerfile
Fix Dockerfile
2 parents 52fed4d + 92e28a0 commit 827ec6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN go mod download && \
88
FROM alpine:3.19
99
ARG AWGTOOLS_RELEASE="1.0.20240213"
1010
RUN apk --no-cache add iproute2 iptables bash && \
11+
cd /usr/bin/ && \
1112
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+
unzip -j alpine-3.19-amneziawg-tools.zip && \
1314
chmod +x /usr/bin/awg /usr/bin/awg-quick
1415
COPY --from=awg /usr/bin/amneziawg-go /usr/bin/amneziawg-go

0 commit comments

Comments
 (0)