nodocs is set by default

Change-Id: I4b767e0c0094f3a125ee6e1955925b32e1964875
This commit is contained in:
Sam Yaple 2017-04-12 01:27:59 +00:00
parent 767c75049d
commit e8e9a8db33
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 \