File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM php:8.3.10 -fpm-bullseye
1+ FROM php:8.4.18 -fpm-trixie
22
33LABEL maintainer="GeoKrety Team <contact@geokrety.org>"
44
@@ -35,10 +35,8 @@ RUN apt-get update \
3535 && echo "set mouse-=a" > /root/.vimrc \
3636 && echo "syn on" >> /root/.vimrc
3737
38- ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
39- # See https://github.com/Imagick/imagick/issues/643#issuecomment-2086949716
40- RUN install-php-extensions \
41- Imagick/imagick@ffa23eb0bc6796349dce12a984b3b70079e7bdd3 \
38+ RUN printf "\n " | pecl install imagick \
39+ && docker-php-ext-enable imagick \
4240 \
4341 && docker-php-ext-install bcmath gettext mysqli pdo_mysql pgsql pdo_pgsql bz2 xsl pcntl \
4442 && pecl install raphf \
Original file line number Diff line number Diff line change 1- APP_NAME = geokrety/website-legacy- base
1+ APP_NAME = geokrety/website-base
You can’t perform that action at this time.
0 commit comments