Update CentOS 8 Dockerfile for powertools repo rename
This commit is contained in:
parent
684cd1a8c3
commit
b271835bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ENV OS_IDENTIFIER centos-8
|
||||||
|
|
||||||
RUN dnf -y upgrade \
|
RUN dnf -y upgrade \
|
||||||
&& dnf -y install dnf-plugins-core \
|
&& dnf -y install dnf-plugins-core \
|
||||||
&& dnf config-manager --set-enabled PowerTools \
|
&& dnf config-manager --set-enabled powertools \
|
||||||
&& dnf -y install \
|
&& dnf -y install \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue