FROM quay.io/fedora/fedora

RUN dnf install -y nc && \
    dnf clean all -y

CMD sleep infinity
