timeout/Dockerfile

8 lines
108 B
Docker

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