timeout/Dockerfile
Simon Vieille 3bb666730f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add netcat-openbsd, iputils
2023-01-01 11:47:45 +01:00

8 lines
108 B
Docker

FROM alpine:3
RUN apk add netcat-openbsd iputils
COPY ./timeout /bin/timeout
ENTRYPOINT ["/bin/timeout"]