Compare commits
3 commits
68ca02c8a4
...
90a6286dba
Author | SHA1 | Date | |
---|---|---|---|
90a6286dba | |||
9033a4c828 | |||
1c9b304299 |
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM amd64/php:8.3.2-apache-bullseye
|
||||
FROM php:8.3.4-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…
Reference in a new issue