diff options
| author | Remi Collet <remi@remirepo.net> | 2024-02-01 16:25:32 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-02-01 16:25:32 +0100 | 
| commit | 8219f45b6eddc7e496c38c8c7695137466e47d3e (patch) | |
| tree | b099afb1c0f6af6c2d51fc6152d239e27f9821b5 /alma9-remi-php83.dockerfile | |
| parent | 9e5bdcf422850ad021aa058908a3da333412fddd (diff) | |
rename
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 | 
