fix dockerfile
This commit is contained in:
parent
f1d4f6a45e
commit
d4c0cf7030
1 changed files with 2 additions and 3 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue