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>
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
FROM centos:6
|
|
|
|
RUN yum update -y
|
|
RUN yum install -y \
|
|
gcc \
|
|
git \
|
|
make \
|
|
wget
|
|
RUN yum install -y kernel-devel
|
|
CMD ["/source/test/test-build.sh"]
|