add netcat-openbsd, iputils
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2023-01-01 11:47:45 +01:00
parent 1b947d35b7
commit 3bb666730f
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM alpine:3
RUN apk add netcat-openbsd iputils
COPY ./timeout /bin/timeout
ENTRYPOINT ["/bin/timeout"]