Skip to content

Commit 4ca7894

Browse files
authored
add wireguard tool for Zero apply VPN (#3)
* add wireguard tool for Zero apply VPN * merge into previous layer
1 parent 592d26f commit 4ca7894

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ FROM alpine:3.12
1414

1515
COPY --from=build /usr/local/bin/siege /usr/local/bin/siege.config /usr/local/bin/
1616
RUN apk add --no-cache \
17-
mysql-client postgresql-client curl netcat-openbsd net-tools ca-certificates \
17+
mysql-client postgresql-client curl netcat-openbsd net-tools ca-certificates wireguard-tools \
1818
&& rm -rf /var/cache/apk/* \
1919
siege.config
20-

0 commit comments

Comments
 (0)