wip
Some checks failed
CI / build (push) Failing after 8m27s
CI / bump-infra (push) Has been skipped

This commit is contained in:
Philip Peterson 2026-06-12 01:38:31 -07:00
parent d4c0cf7030
commit 7ec8835ef0

View file

@ -56,17 +56,15 @@ RUN composer config repositories.drupal composer https://packages.drupal.org/8 \
# ── Stage 3: Runtime image ──────────────────────────────────────────────────── # ── Stage 3: Runtime image ────────────────────────────────────────────────────
FROM php:8.5-fpm FROM php:8.5-fpm
# Runtime libs for the compiled PHP extensions (no dev headers).
# php:8.5-fpm is Debian Trixie: libzip4 → libzip4t64.
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
nginx \ nginx \
supervisor \ supervisor \
postgresql-client \ postgresql-client \
libpq5 \ libpq-dev \
libpng16-16 \ libpng-dev \
libjpeg62-turbo \ libjpeg-dev \
libfreetype6 \ libfreetype-dev \
libzip4t64 \ libzip-dev \
locales \ locales \
curl \ curl \
gettext-base \ gettext-base \