fix dockerfile
Some checks failed
CI / build (push) Failing after 3m25s
CI / bump-infra (push) Has been skipped

This commit is contained in:
Philip Peterson 2026-06-12 00:07:07 -07:00
parent f1d4f6a45e
commit d4c0cf7030

View file

@ -57,8 +57,7 @@ RUN composer config repositories.drupal composer https://packages.drupal.org/8 \
FROM php:8.5-fpm FROM php:8.5-fpm
# Runtime libs for the compiled PHP extensions (no dev headers). # Runtime libs for the compiled PHP extensions (no dev headers).
# If php:8.5-fpm is based on Debian Trixie, rename libpng16-16 → libpng16-16t64 # php:8.5-fpm is Debian Trixie: libzip4 → libzip4t64.
# and libzip4 → libzip4t64 if this apt-get step fails.
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 \
@ -67,7 +66,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libpng16-16 \ libpng16-16 \
libjpeg62-turbo \ libjpeg62-turbo \
libfreetype6 \ libfreetype6 \
libzip4 \ libzip4t64 \
locales \ locales \
curl \ curl \
gettext-base \ gettext-base \