You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dahdi-linux/test/docker/centos7

11 lines
203 B

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"]