90e8a54e3a
Ideally this will be expanded in order to simplify compilation tests of DAHDI on supported distributions. Signed-off-by: Shaun Ruffell <sruffell@sruffell.net>
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
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"]
|