dnf: install packages without docs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-07-16 13:36:27 +02:00
parent 81860b9567
commit 8ef5fc9686
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

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