Skip to content

Commit

Permalink
add wireguard tool for Zero apply VPN (#3)
Browse files Browse the repository at this point in the history
* add wireguard tool for Zero apply VPN

* merge into previous layer
  • Loading branch information
sshi100 authored Sep 4, 2020
1 parent 592d26f commit 4ca7894
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ FROM alpine:3.12

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

0 comments on commit 4ca7894

Please sign in to comment.