fix: build script, installs php exts to worker image
All checks were successful
CI / build-test (push) Successful in 3m8s

This commit is contained in:
Brock H Caldwell
2026-03-10 20:22:53 -05:00
parent 484ac40d99
commit 699dbaabc3
2 changed files with 10 additions and 11 deletions

View File

@@ -16,11 +16,13 @@ RUN apk add --no-cache \
php84-fileinfo \
php84-fpm \
php84-gd \
php84-intl \
php84-mbstring \
php84-mysqli \
php84-opcache \
php84-openssl \
php84-pdo_mysql \
php84-session \
php84-tokenizer \
php84-xml \
supervisor