FROM fedora:29 ADD ./install-dependencies.sh ./ ADD ./seastar/install-dependencies.sh ./seastar/ ADD ./tools/toolchain/system-auth ./ RUN dnf -y install 'dnf-command(copr)' \ && dnf -y copr enable scylladb/toolchain \ && dnf -y install ccache \ && dnf -y install gdb \ && /bin/bash -x ./install-dependencies.sh && dnf -y update && dnf clean all \ && echo 'ALL ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers \ && cp system-auth /etc/pam.d \ && echo 'Defaults !requiretty' >> /etc/sudoers CMD /bin/bash