bullseye + bcmath,gmp
This commit is contained in:
+4
-1
@@ -1,9 +1,10 @@
|
||||
FROM php:8.0.10-fpm-buster
|
||||
FROM php:8.0.10-fpm-bullseye
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y --no-install-recommends install \
|
||||
libbz2-dev \
|
||||
libfreetype6-dev \
|
||||
libgmp-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
libmagickwand-dev \
|
||||
@@ -19,9 +20,11 @@ RUN printf "\n" | pecl install imagick
|
||||
RUN docker-php-ext-enable imagick
|
||||
|
||||
RUN docker-php-ext-install -j$(nproc) \
|
||||
bcmath \
|
||||
bz2 \
|
||||
exif \
|
||||
gd \
|
||||
gmp \
|
||||
intl \
|
||||
mysqli \
|
||||
pdo_mysql \
|
||||
|
||||
Reference in New Issue
Block a user