summaryrefslogtreecommitdiffstats
path: root/ubi9-remi-php83.dockerfile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-10-29 07:49:24 +0100
committerRemi Collet <remi@php.net>2024-10-29 07:49:24 +0100
commitc5c105dde4dc8f7640180a0d854c6177840ffd0b (patch)
treeeea2ec0f72abf77a988ac82db4429dbf6eb56fc8 /ubi9-remi-php83.dockerfile
parent32bad652bc0a72d3ae511690a509011c3075aa01 (diff)
add ubi9/php84HEADmaster
Diffstat (limited to 'ubi9-remi-php83.dockerfile')
-rw-r--r--ubi9-remi-php83.dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ubi9-remi-php83.dockerfile b/ubi9-remi-php83.dockerfile
index 5b25267..4fc9a9d 100644
--- a/ubi9-remi-php83.dockerfile
+++ b/ubi9-remi-php83.dockerfile
@@ -21,6 +21,8 @@ RUN dnf -y module enable php:remi-8.3 && \
php-xml \
&& dnf clean all
+RUN dnf install -y php-gd
+
ENTRYPOINT ["php"]
CMD ["-a"]