Skip to content

Commit bb3cc30

Browse files
committed
fix powertools dep in centos 8
1 parent aa5e4d5 commit bb3cc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/centos8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x
1616
# enable epel repo
1717
RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
1818
# enable powertools repos
19-
RUN dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled PowerTools
19+
RUN dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled powertools
2020

2121
# set php to remi 7.4
2222
RUN dnf -y module reset php && dnf -y module enable php:remi-7.4

0 commit comments

Comments
 (0)