Compare commits
No commits in common. "0a796c82e46dfecd6c2fc505bae71d7b92a696a6" and "22f47f3527bf2affa06ff16d5bc971b9fe2c8fd9" have entirely different histories.
0a796c82e4
...
22f47f3527
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM amd64/php:8.1.8-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…
Reference in a new issue