bullseye + bcmath,gmp

This commit is contained in:
2021-09-09 18:33:18 +02:00
parent ee6be8561f
commit 6f6b989ce3
+4 -1
View File
@@ -1,9 +1,10 @@
FROM php:7.4.23-fpm-buster FROM php:7.4.23-fpm-bullseye
RUN apt-get update && \ RUN apt-get update && \
apt-get -y --no-install-recommends install \ apt-get -y --no-install-recommends install \
libbz2-dev \ libbz2-dev \
libfreetype6-dev \ libfreetype6-dev \
libgmp-dev \
libicu-dev \ libicu-dev \
libjpeg-dev \ libjpeg-dev \
libmagickwand-dev \ libmagickwand-dev \
@@ -19,9 +20,11 @@ RUN printf "\n" | pecl install imagick
RUN docker-php-ext-enable imagick RUN docker-php-ext-enable imagick
RUN docker-php-ext-install -j$(nproc) \ RUN docker-php-ext-install -j$(nproc) \
bcmath \
bz2 \ bz2 \
exif \ exif \
gd \ gd \
gmp \
intl \ intl \
json \ json \
mysqli \ mysqli \