fix(Worker): installs more php mods

This commit is contained in:
Brock H Caldwell
2025-11-04 19:27:50 -06:00
parent ad2bbfd48c
commit 2860d2e949

View File

@@ -10,15 +10,18 @@ FROM alpine:${ALPINE_VERSION} AS build_stage
RUN apk add --no-cache \ RUN apk add --no-cache \
curl \ curl \
php84 \ php84 \
php84-ctype \
php84-curl \ php84-curl \
php84-dom \ php84-dom \
php84-fileinfo \ php84-fileinfo \
php84-fpm \
php84-gd \ php84-gd \
php84-mbstring \ php84-mbstring \
php84-mysqli \ php84-mysqli \
php84-opcache \ php84-opcache \
php84-openssl \ php84-openssl \
php84-pdo_mysql \ php84-pdo_mysql \
php84-tokenizer \
supervisor supervisor
RUN ln -s /usr/bin/php84 /usr/bin/php RUN ln -s /usr/bin/php84 /usr/bin/php