Compare commits
2 commits
22f47f3527
...
0a796c82e4
Author | SHA1 | Date | |
---|---|---|---|
0a796c82e4 | |||
37d6f2e531 |
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM amd64/php:8.1.7-apache-bullseye
|
||||
FROM amd64/php:8.1.8-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