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:
parent
188e625dcb
commit
913e3ea5e7
1 changed files with 0 additions and 1 deletions
|
@ -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 /
|
||||
|
|
Loading…
Reference in a new issue