Skip to content

Commit

Permalink
Add missing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Dec 17, 2023
1 parent 5a239ba commit dff9936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt update \
bash \
cron \
&& chmod +x /usr/local/bin/install-php-extensions \
&& install-php-extensions imagick opcache redis zip pcntl \
&& install-php-extensions imagick opcache redis zip pcntl bcmath \
&& echo "access.log = /dev/null" >> /usr/local/etc/php-fpm.d/www.conf \
&& apt-get autoremove -y \
&& apt-get clean \
Expand Down

0 comments on commit dff9936

Please sign in to comment.