Quiet wget invocation
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Jan 2017 13:07:19 +0000 (14:07 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Jan 2017 13:07:19 +0000 (14:07 +0100)
id-deb-build/docker-build.sh

index 2c3a528..55bc4e3 100755 (executable)
@@ -250,7 +250,7 @@ if test "${CENTOS_DIST}"; then
        echo "FROM centos:$D" >Dockerfile
        echo "RUN yum install -y wget yum-utils redhat-rpm-config rpm-build gcc gcc-c++ make" >>Dockerfile
        echo "RUN rpm --import http://ftp.indexdata.com/pub/yum/centos/$F/RPM-GPG-KEY-indexdata" >>Dockerfile
-       echo "RUN wget http://ftp.indexdata.com/pub/yum/centos/$F/indexdata.repo -P /etc/yum.repos.d/" >>Dockerfile
+       echo "RUN wget -q http://ftp.indexdata.com/pub/yum/centos/$F/indexdata.repo -P /etc/yum.repos.d/" >>Dockerfile
        echo 'ENTRYPOINT ["/bin/sh", "-c"]' >>Dockerfile
        docker build -t indexdata-build-centos:$D .
        echo -n "$dist "