We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16e8df commit e7956c0Copy full SHA for e7956c0
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /root/containerbuild
7
# Only need a few of our scripts for the first few steps
8
COPY ./src/print-dependencies.sh ./src/deps*.txt ./src/vmdeps*.txt ./src/build-deps.txt /root/containerbuild/src/
9
COPY ./build.sh /root/containerbuild/
10
-RUN ./build.sh configure_yum_repos # nocache 20201026
+RUN ./build.sh configure_yum_repos # nocache 20201116
11
RUN ./build.sh install_rpms
12
13
# Ok copy in the rest of them for the next few steps
0 commit comments