summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alma9-remi-php83.dockerfile7
-rw-r--r--ubi9-remi-php83.dockerfile7
2 files changed, 7 insertions, 7 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
diff --git a/ubi9-remi-php83.dockerfile b/ubi9-remi-php83.dockerfile
index fb2901c..ec36fbb 100644
--- a/ubi9-remi-php83.dockerfile
+++ b/ubi9-remi-php83.dockerfile
@@ -1,7 +1,7 @@
-FROM almalinux:9
+FROM registry.access.redhat.com/ubi9:latest
-# podman build -t alma9php83 -f alma9-remi-php83.dockerfile .
-# podman run --rm -ti alma9php83
+# podman build -t ubi9php83 -f ubi9-remi-php83.dockerfile .
+# podman run --rm -ti ubi9php83
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,7 +10,6 @@ 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