diff --git a/Dockerfile b/Dockerfile index 567efcba35..af7ddc73c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /root/containerbuild # Only need a few of our scripts for the first few steps COPY ./src/cmdlib.sh ./build.sh ./deps*.txt ./vmdeps*.txt ./build-deps.txt /root/containerbuild/ -RUN ./build.sh configure_yum_repos +RUN ./build.sh configure_yum_repos # nocache 20200211 RUN ./build.sh install_rpms # Ok copy in the rest of them for the next few steps