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:
parent
e265c34cec
commit
033ed71ec1
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue