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
Commits
3b84a7af
Commit
3b84a7af
authored
2 years ago
by
Christian Spitzlay
Committed by
Matt Glaman
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3327925
by cspitzlay: Missing bcmath PHP extension for projects extending Drupal Commerce
parent
0309ebc2
Branches
Branches containing commit
No related tags found
1 merge request
!7
Issue #3327925: Missing bcmath PHP extension for projects extending Drupal Commerce
Pipeline
#10984
failed
2 years ago
Stage: run-tests
Stage: analyze-job
Stage: package-artifacts
Stage: release
Changes
1
Pipelines
16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
with
1 addition
and
1 deletion
docker/Dockerfile
+
1
−
1
View file @
3b84a7af
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment