dockerfile: separate upgrade and install steps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-07-16 14:30:46 +02:00
parent b7679ef08e
commit bdfd8af631
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -11,8 +11,8 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.license=GPL-3.0
RUN dnf --refresh upgrade -y \
&& dnf install --nodocs -y \
RUN dnf --refresh upgrade -y
RUN dnf install --nodocs -y \
git \
make \
{c,auto}make \