Skip to content

Commit 52fed4d

Browse files
authored
Merge pull request WireGuard#20 from amnezia-vpn/update_dockerfile
Update Dockerfile
2 parents 7de7a9a + 9c6b3ff commit 52fed4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ RUN go mod download && \
66
go build -ldflags '-linkmode external -extldflags "-fno-PIC -static"' -v -o /usr/bin
77

88
FROM alpine:3.19
9-
ARG AWGTOOLS_RELEASE="1.0.20240202"
10-
RUN apk --no-cache add iproute2 bash && \
9+
ARG AWGTOOLS_RELEASE="1.0.20240213"
10+
RUN apk --no-cache add iproute2 iptables bash && \
1111
wget https://github.com/amnezia-vpn/amneziawg-tools/releases/download/v${AWGTOOLS_RELEASE}/alpine-3.19-amneziawg-tools.zip && \
1212
unzip alpine-3.19-amneziawg-tools.zip -d /usr/bin/ && \
13-
chmod +x /usr/bin/wg /usr/bin/wg-quick
13+
chmod +x /usr/bin/awg /usr/bin/awg-quick
1414
COPY --from=awg /usr/bin/amneziawg-go /usr/bin/amneziawg-go

0 commit comments

Comments
 (0)