dahdi-linux/test/docker/centos7

11 lines
203 B
Plaintext
Raw Normal View History

FROM centos:7
RUN yum update -y
RUN yum install -y \
gcc \
git \
make \
wget
RUN yum install -y kernel-devel.x86_64 0:3.10.0-1062.12.1
CMD ["/source/test/test-build.sh"]