Add fcgi package for healthcheck

I missed adding the package to the dockerfile so the healthcheck is failing
This commit is contained in:
Michael (Parker) Parker 2025-08-12 09:08:10 -05:00
parent d1df53c683
commit 06067f375c
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ WORKDIR /var/www/html
# Install additional required libraries
RUN apk add --no-cache \
caddy ca-certificates supervisor supercronic
caddy ca-certificates supervisor supercronic fcgi
COPY --chown=root:www-data --chmod=640 --from=composerbuild /build .
COPY --chown=root:www-data --chmod=640 --from=yarnbuild /build/public ./public

View File

@ -68,7 +68,7 @@ WORKDIR /var/www/html
# Install additional required libraries
RUN apk add --no-cache \
caddy ca-certificates supervisor supercronic coreutils
caddy ca-certificates supervisor supercronic fcgi coreutils
COPY --chown=root:www-data --chmod=640 --from=composerbuild /build .
COPY --chown=root:www-data --chmod=640 --from=yarnbuild /build/public ./public