This commit is contained in:
parent
24ac1eed76
commit
22f47f3527
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM php:8.1.7-apache-bullseye
|
||||
FROM amd64/php:8.1.7-apache-bullseye
|
||||
RUN apt-get update -qq && apt-get install -qq libmagickwand-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
||||
RUN printf "\n" | pecl install imagick
|
||||
RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mysql imagick
|
Loading…
Add table
Add a link
Reference in a new issue