images: Don't worry about coreutils-single

The fedora base images no longer come with coreutils-single.

https://github.com/fedora-cloud/docker-brew-fedora/issues/58
This commit is contained in:
Jens Petersen 2019-09-24 20:19:33 +02:00 committed by Debarshi Ray
parent e265c34cec
commit 033ed71ec1
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ LABEL com.github.debarshiray.toolbox="true" \
COPY README.md / COPY README.md /
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf
RUN dnf -y swap coreutils-single coreutils-full
COPY missing-docs / COPY missing-docs /
RUN dnf -y reinstall $(<missing-docs) RUN dnf -y reinstall $(<missing-docs)