summaryrefslogtreecommitdiffstats
path: root/ubi9-remi-php83.dockerfile
diff options
context:
space:
mode:
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"]