dahdi-linux/test/docker/fedorarawhide

12 lines
234 B
Plaintext
Raw Normal View History

FROM fedora:rawhide
RUN dnf update -y && dnf install -y \
diffutils \
gcc \
git \
kmod \
make \
wget
RUN dnf update -y && dnf install -y kernel-devel
CMD ["/source/test/test-build.sh"]