nodocs is set by default

Change-Id: I66f127d0f9d72e705399e2a12508b0d251f01709
This commit is contained in:
Sam Yaple 2017-04-12 01:27:43 +00:00
parent f8fce93f9d
commit 4e09959e13
1 changed files with 1 additions and 1 deletions

View File

@ -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 \