nodocs is set by default

Change-Id: I2566fe3c47de1c82c38da0612fa9df35c60de69b
This commit is contained in:
Sam Yaple 2017-04-12 01:27:48 +00:00
parent 9327735c76
commit 99c7a6d7cd
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ 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 \
&& /tmp/common/scripts/download.sh \
&& /tmp/common/scripts/install.sh \
&& yum install --setopt=tsflags=nodocs -y \
&& yum install -y \
httpd \
mod_ssl \
mod_wsgi \