We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592d26f commit 4ca7894Copy full SHA for 4ca7894
Dockerfile
@@ -14,7 +14,6 @@ FROM alpine:3.12
14
15
COPY --from=build /usr/local/bin/siege /usr/local/bin/siege.config /usr/local/bin/
16
RUN apk add --no-cache \
17
- mysql-client postgresql-client curl netcat-openbsd net-tools ca-certificates \
+ mysql-client postgresql-client curl netcat-openbsd net-tools ca-certificates wireguard-tools \
18
&& rm -rf /var/cache/apk/* \
19
siege.config
20
-
0 commit comments