fix: install php-dom

This commit is contained in:
Brock H Caldwell
2025-11-04 14:48:39 -06:00
parent 5e306c6740
commit ad2bbfd48c

View File

@@ -11,6 +11,7 @@ RUN apk add --no-cache \
curl \
php84 \
php84-curl \
php84-dom \
php84-fileinfo \
php84-gd \
php84-mbstring \
@@ -18,7 +19,6 @@ RUN apk add --no-cache \
php84-opcache \
php84-openssl \
php84-pdo_mysql \
php84-xml \
supervisor
RUN ln -s /usr/bin/php84 /usr/bin/php