Преглед изворни кода

fix powertools dep in centos 8

Maurits van der Schee пре 3 година
родитељ
комит
bb3cc30270
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      docker/centos8/Dockerfile

+ 1
- 1
docker/centos8/Dockerfile Прегледај датотеку

@@ -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…
Откажи
Сачувај