summaryrefslogtreecommitdiffstats
path: root/ubi9-remi-php83.dockerfile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-01 16:25:32 +0100
committerRemi Collet <remi@php.net>2024-02-01 16:25:32 +0100
commit8219f45b6eddc7e496c38c8c7695137466e47d3e (patch)
treeb099afb1c0f6af6c2d51fc6152d239e27f9821b5 /ubi9-remi-php83.dockerfile
parent9e5bdcf422850ad021aa058908a3da333412fddd (diff)
Diffstat (limited to 'ubi9-remi-php83.dockerfile')
-rw-r--r--ubi9-remi-php83.dockerfile7
1 files changed, 3 insertions, 4 deletions
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