diff options
Diffstat (limited to 'alma9-remi-php83.dockerfile')
-rw-r--r-- | alma9-remi-php83.dockerfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/alma9-remi-php83.dockerfile b/alma9-remi-php83.dockerfile index ec36fbb..fb2901c 100644 --- a/alma9-remi-php83.dockerfile +++ b/alma9-remi-php83.dockerfile @@ -1,7 +1,7 @@ -FROM registry.access.redhat.com/ubi9:latest +FROM almalinux:9 -# podman build -t ubi9php83 -f ubi9-remi-php83.dockerfile . -# podman run --rm -ti ubi9php83 +# podman build -t alma9php83 -f alma9-remi-php83.dockerfile . +# podman run --rm -ti alma9php83 RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \ https://rpms.remirepo.net/enterprise/remi-release-9.rpm && \ @@ -10,6 +10,7 @@ RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.n php-sodium \ php-json \ php-mbstring \ + php-imagick \ php-xml \ && dnf clean all |