Skip to content

Commit

Permalink
Dockerfile: tickle Quay.io's cache for new grub2 package
Browse files Browse the repository at this point in the history
Now that coreos/fedora-coreos-config#1063
has landed we need the new grub2 so that our image builds don't fail.
  • Loading branch information
dustymabe authored and saqibali-2k committed Jul 6, 2021
1 parent 11c1dc5 commit f9cd3cb
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 @@ -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/
Expand Down

0 comments on commit f9cd3cb

Please sign in to comment.