From: Alexander Clouter Date: Fri, 15 Sep 2017 14:11:35 +0000 (+0100) Subject: centos6 docker build fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4125586da12bc68224bde0958af2c09b0b780692;p=thirdparty%2Ffreeradius-server.git centos6 docker build fix --- diff --git a/scripts/docker/build-centos6/Dockerfile b/scripts/docker/build-centos6/Dockerfile index 14fed4d9829..760bb1bb51b 100644 --- a/scripts/docker/build-centos6/Dockerfile +++ b/scripts/docker/build-centos6/Dockerfile @@ -79,7 +79,7 @@ RUN yum localinstall -y $HOME/rpmbuild/RPMS/*/hiredis-*.rpm # WORKDIR /usr/local/src/repositories ARG source=https://github.com/FreeRADIUS/freeradius-server.git -RUN git clone --depth 1 --no-single-branch ${source} +RUN git clone --depth 1 ${source} WORKDIR freeradius-server