fix: install php-dom
This commit is contained in:
@@ -11,6 +11,7 @@ RUN apk add --no-cache \
|
|||||||
curl \
|
curl \
|
||||||
php84 \
|
php84 \
|
||||||
php84-curl \
|
php84-curl \
|
||||||
|
php84-dom \
|
||||||
php84-fileinfo \
|
php84-fileinfo \
|
||||||
php84-gd \
|
php84-gd \
|
||||||
php84-mbstring \
|
php84-mbstring \
|
||||||
@@ -18,7 +19,6 @@ RUN apk add --no-cache \
|
|||||||
php84-opcache \
|
php84-opcache \
|
||||||
php84-openssl \
|
php84-openssl \
|
||||||
php84-pdo_mysql \
|
php84-pdo_mysql \
|
||||||
php84-xml \
|
|
||||||
supervisor
|
supervisor
|
||||||
|
|
||||||
RUN ln -s /usr/bin/php84 /usr/bin/php
|
RUN ln -s /usr/bin/php84 /usr/bin/php
|
||||||
|
|||||||
Reference in New Issue
Block a user