Compare commits
No commits in common. "00a4fa413ae4403d60e4c81b0f4cc8f0c4b1d6d4" and "eaef49551ca9fb2c124bdfec2479f08e50abfb1e" have entirely different histories.
00a4fa413a
...
eaef49551c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM amd64/php:8.1.9-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…
Add table
Reference in a new issue