diff --git a/centos/Dockerfile b/centos/Dockerfile index 32188d8..5bc033f 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 \