From f9cd3cb0387970e2a942d6bedb30490e6a5263e5 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 1 Jul 2021 17:25:59 -0400 Subject: [PATCH] Dockerfile: tickle Quay.io's cache for new grub2 package Now that https://github.com/coreos/fedora-coreos-config/pull/1063 has landed we need the new grub2 so that our image builds don't fail. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2f2c69fef..7bdeced87a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /root/containerbuild COPY ./src/print-dependencies.sh ./src/deps*.txt ./src/vmdeps*.txt ./src/build-deps.txt /root/containerbuild/src/ COPY ./build.sh /root/containerbuild/ RUN ./build.sh configure_yum_repos -RUN ./build.sh install_rpms # nocache 20210603 +RUN ./build.sh install_rpms # nocache 20210701 # Ok copy in the rest of them for the next few steps COPY ./ /root/containerbuild/