Dockerfile: Rely on an updated base image build for package updates

... instead of updating them while building the fedora-toolbox image.

https://bugzilla.redhat.com/show_bug.cgi?id=1628914
This commit is contained in:
Debarshi Ray 2018-09-24 18:01:56 +02:00
parent 188e625dcb
commit 913e3ea5e7

View file

@ -11,7 +11,6 @@ LABEL com.redhat.component="$NAME" \
COPY README.md /
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf
RUN dnf -y upgrade
RUN dnf -y swap coreutils-single coreutils-full
COPY extra-packages /