We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5e4d5 commit bb3cc30Copy full SHA for bb3cc30
docker/centos8/Dockerfile
@@ -16,7 +16,7 @@ RUN dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x
16
# enable epel repo
17
RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
18
# enable powertools repos
19
-RUN dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled PowerTools
+RUN dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled powertools
20
21
# set php to remi 7.4
22
RUN dnf -y module reset php && dnf -y module enable php:remi-7.4
0 commit comments