Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7956c0

Browse files
cgwaltersopenshift-merge-robot
authored andcommittedNov 16, 2020
Dockerfile: Blow out quay.io cache for package updates
Let's get the latest rpm-ostree in.
1 parent d16e8df commit e7956c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /root/containerbuild
77
# Only need a few of our scripts for the first few steps
88
COPY ./src/print-dependencies.sh ./src/deps*.txt ./src/vmdeps*.txt ./src/build-deps.txt /root/containerbuild/src/
99
COPY ./build.sh /root/containerbuild/
10-
RUN ./build.sh configure_yum_repos # nocache 20201026
10+
RUN ./build.sh configure_yum_repos # nocache 20201116
1111
RUN ./build.sh install_rpms
1212

1313
# Ok copy in the rest of them for the next few steps

0 commit comments

Comments
 (0)