dockerfile: separate upgrade and install steps
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
b7679ef08e
commit
bdfd8af631
@ -11,8 +11,8 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
|
|||||||
org.label-schema.vcs-ref=$VCS_REF \
|
org.label-schema.vcs-ref=$VCS_REF \
|
||||||
org.label-schema.license=GPL-3.0
|
org.label-schema.license=GPL-3.0
|
||||||
|
|
||||||
RUN dnf --refresh upgrade -y \
|
RUN dnf --refresh upgrade -y
|
||||||
&& dnf install --nodocs -y \
|
RUN dnf install --nodocs -y \
|
||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
{c,auto}make \
|
{c,auto}make \
|
||||||
|
Loading…
Reference in New Issue
Block a user