FROM git.lair.cafe/gongfoo/runner-rust:latest

RUN dnf install -y --setopt=install_weak_deps=False \
        autoconf \
        automake \
        copr-cli \
        createrepo_c \
        gnupg2 \
        libtool \
        make \
        openssh-clients \
        rpm-build \
        rpm-sign \
        rpmdevtools \
        rpmlint \
        sequoia-sq \
        systemd-rpm-macros \
    && dnf clean all
