From 0d27be427f8fe2b13e35753dab0a8cd473b0552f Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Mon, 14 Feb 2022 13:44:52 +0000 Subject: [PATCH] =?UTF-8?q?Dockerfile:=20bump=20nocache=20line=20?= =?UTF-8?q?=F0=9F=AA=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Triggered by bump-nocache-line GitHub workflow. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2331d8fa1..65b5f05bcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN rm -rfv /usr/lib/coreos-assembler /usr/bin/coreos-assembler 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 02/10/22 +RUN ./build.sh install_rpms # nocache 02/14/22 # This allows Prow jobs for other projects to use our cosa image as their # buildroot image (so clonerefs can copy the repo into `/go`). For cosa itself,