Files
build-containers/Dockerfile.base
2019-11-15 10:17:07 +01:00

8 lines
152 B
Docker

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