summaryrefslogtreecommitdiffstats
path: root/ubi8-php74.dockerfile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-02 10:37:01 +0200
committerRemi Collet <remi@remirepo.net>2020-07-02 10:37:01 +0200
commit4ab099981e2671fff5ccbf1f111a3096e63246fc (patch)
treee5f9e74363651b97bdb6f029a856c9f734a87e35 /ubi8-php74.dockerfile
parent124892c4d663c56c8dc304d3f28df05966898813 (diff)
wip
Diffstat (limited to 'ubi8-php74.dockerfile')
-rw-r--r--ubi8-php74.dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi8-php74.dockerfile b/ubi8-php74.dockerfile
index 99ba3ab..0e8c1e9 100644
--- a/ubi8-php74.dockerfile
+++ b/ubi8-php74.dockerfile
@@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8:latest
RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://rpms.remirepo.net/enterprise/remi-release-8.rpm && \
dnf -y module enable php:remi-7.4 && \
- dnf -y install php-cli php-common php-sodium php-json php-mbstring php-xml && \
+ dnf -y install httpd php php-cli php-common php-sodium php-json php-mbstring php-xml && \
dnf clean all
ENTRYPOINT ["php"]