diff options
-rw-r--r-- | sdc-os-chef/scripts/k8s/build_nsenter_exec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/scripts/k8s/build_nsenter_exec.sh b/sdc-os-chef/scripts/k8s/build_nsenter_exec.sh index 7ee1196d98..cf95ab8973 100644 --- a/sdc-os-chef/scripts/k8s/build_nsenter_exec.sh +++ b/sdc-os-chef/scripts/k8s/build_nsenter_exec.sh @@ -9,7 +9,7 @@ docker run --name nsenter -it ubuntu:14.04 bash apt-get update apt-get install git build-essential libncurses5-dev libslang2-dev gettext zlib1g-dev libselinux1-dev debhelper lsb-release pkg-config po-debconf autoconf automake autopoint libtool bison -git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux +git clone --depth 1 git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux cd util-linux/ ./autogen.sh |