Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project_analysis
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
project_analysis
Merge requests
!7
Issue
#3327925
: Missing bcmath PHP extension for projects extending Drupal Commerce
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3327925
: Missing bcmath PHP extension for projects extending Drupal Commerce
issue/project_analysis-3327925:3327925-add-bcmath-extension
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Christian Spitzlay
requested to merge
issue/project_analysis-3327925:3327925-add-bcmath-extension
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#3327925
0
0
Merge request reports
Compare
master
version 1
e76ba912
2 years ago
master (base)
and
latest version
latest version
e76ba912
1 commit,
2 years ago
version 1
e76ba912
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docker/Dockerfile
+
1
−
1
Options
@@ -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