FROM debian

RUN apt update && \
    apt install -y curl

CMD sleep 1 && curl http://nginx/
