Browse Source

fix powertools dep in centos 8

Maurits van der Schee 3 years ago
parent
commit
bb3cc30270
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker/centos8/Dockerfile

+ 1
- 1
docker/centos8/Dockerfile View File

@@ -16,7 +16,7 @@ RUN dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x
16 16
 # enable epel repo
17 17
 RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
18 18
 # 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
20 20
 
21 21
 # set php to remi 7.4
22 22
 RUN dnf -y module reset php && dnf -y module enable php:remi-7.4

Loading…
Cancel
Save