dnf: install packages without docs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
81860b9567
commit
8ef5fc9686
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user