docker: fix php Dockerfile command

This commit is contained in:
Zankaria 2024-06-14 23:47:38 +02:00
parent 7f51fbd6d6
commit ab28d42484

View file

@ -47,7 +47,7 @@ RUN apk add --no-cache \
&& pecl install -o -f igbinary \
&& pecl install redis \
&& pecl install imagick \
$$ docker-php-ext-enable \
&& docker-php-ext-enable \
igbinary \
redis \
imagick \