Compare commits

..

No commits in common. "00a4fa413ae4403d60e4c81b0f4cc8f0c4b1d6d4" and "eaef49551ca9fb2c124bdfec2479f08e50abfb1e" have entirely different histories.

View file

@ -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