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