From 76aeb34ee9d8a700478fb9076e199433212deace Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 25 Nov 2021 19:46:14 +0100 Subject: [PATCH] Ensure that coreutils-single is replaced by coreutils-full It's true that the fedora base images no longer come with coreutils-single, but they used to, and the ubi base images still do. Therefore, it's worth being extra defensive about this. It's better to make the build system execute one extra redundant command than expose users to a bug because of a change that snuck in unnoticed. This reverts commit a2171d8742b18b65e22119bf789871b97f000455. https://github.com/containers/toolbox/pull/931 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3d0ef8a..fae143c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ LABEL com.github.containers.toolbox="true" \ COPY README.md / RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf +RUN dnf -y swap coreutils-single coreutils-full COPY missing-docs / RUN dnf -y reinstall $(