Skip to content
Snippets Groups Projects
Commit 3b84a7af authored by Christian Spitzlay's avatar Christian Spitzlay Committed by Matt Glaman
Browse files

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

parent 0309ebc2
Branches
No related tags found
1 merge request!7Issue #3327925: Missing bcmath PHP extension for projects extending Drupal Commerce
Pipeline #10984 failed
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment