Skip to content

Commit

Permalink
Dockerfile: bump nocache line 🪴
Browse files Browse the repository at this point in the history
Triggered by bump-nocache-line GitHub workflow.
  • Loading branch information
coreosbot authored and jlebon committed Feb 14, 2022
1 parent d226eb2 commit 0d27be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0d27be4

Please sign in to comment.