Skip to content
Snippets Groups Projects

Issue #3327925: Missing bcmath PHP extension for projects extending Drupal Commerce

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7 +5,7 @@ ARG DRUSH_VERSION="11.0.3"
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync && \
install-php-extensions gd zip
install-php-extensions gd zip bcmath
RUN apt-get -qq update && apt-get -qq install -y --no-install-recommends \
git \
Loading