From 3bb666730f5580c767eff79b6720aa455f45843b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 1 Jan 2023 11:47:45 +0100 Subject: [PATCH] add netcat-openbsd, iputils --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f779552..ab7a797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM alpine:3 +RUN apk add netcat-openbsd iputils + COPY ./timeout /bin/timeout ENTRYPOINT ["/bin/timeout"]