Compare commits
No commits in common. "90a6286dbaf5b72981e029d9a956a3dcc5be13e1" and "68ca02c8a490710149bca2b231be75c1699f9d15" have entirely different histories.
90a6286dba
...
68ca02c8a4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM php:8.3.4-apache-bullseye
|
FROM amd64/php:8.3.2-apache-bullseye
|
||||||
RUN apt-get update -qq && apt-get install -qq libmagickwand-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
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 printf "\n" | pecl install imagick
|
||||||
RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mysql imagick
|
RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mysql imagick
|
Loading…
Reference in a new issue