Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
centos/8/daemon: rename powertools repository
Browse files Browse the repository at this point in the history
Starting with CentOS 8.3, the powertools repository has been renamed from
PowerTools to powertools.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit b6c65fa)
  • Loading branch information
dsavineau committed Dec 8, 2020
1 parent d323824 commit 2f7c930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph-releases/ALL/centos/8/daemon/__DOCKERFILE_INSTALL__
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo 'Install packages' && \
yum install -y wget unzip util-linux python3-setuptools udev device-mapper && \
yum install -y --enablerepo=PowerTools __DAEMON_PACKAGES__ && \
yum install -y --enablerepo=powertools __DAEMON_PACKAGES__ && \
# Centos 8 doesn't have confd/forego/etcdctl/kubectl packages, so install them from web
__WEB_INSTALL_CONFD__ && \
__WEB_INSTALL_ETCDCTL__ && \
Expand Down

0 comments on commit 2f7c930

Please sign in to comment.