Skip to content

Commit

Permalink
Add missing bcmath
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored Jul 29, 2024
1 parent 9cc1dc4 commit 9081bcb
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 @@ -24,7 +24,7 @@ RUN COMPOSER_ALLOW_SUPERUSER=1 \
# Install php extensions, by docker-php-extension-installer
# Required for some composer packages to be pre-installed
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions amqp gd curl simplexml dom xml redis intl opcache apcu pcntl
RUN install-php-extensions amqp gd curl simplexml dom xml redis intl opcache apcu pcntl bcmath

# This line invalidates cache when master branch change
ADD https://github.com/vimeo/psalm/commits/master.atom /dev/null
Expand Down

0 comments on commit 9081bcb

Please sign in to comment.