From 4e09959e13bae63cd34cceb1593b1b157d890578 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Wed, 12 Apr 2017 01:27:43 +0000 Subject: [PATCH] nodocs is set by default Change-Id: I66f127d0f9d72e705399e2a12508b0d251f01709 --- centos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/Dockerfile b/centos/Dockerfile index 90819f9..2ac3a20 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -13,7 +13,7 @@ ARG OVERRIDE=override ADD $OVERRIDE / RUN set -x \ - && yum install --setopt=tsflags=nodocs -y python curl git \ + && yum install -y python curl git \ && git init /tmp/common/ \ && git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \ && git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \