FROM fedora:30 WORKDIR /root RUN dnf install -y bash bzip2 curl git make patch pkgconfig python3 scons unzip which xz && dnf clean all CMD /bin/true