wip
This commit is contained in:
parent
d4c0cf7030
commit
7ec8835ef0
1 changed files with 5 additions and 7 deletions
12
Dockerfile
12
Dockerfile
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue