Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitLab Drupal CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
GitLab Drupal CI
Commits
1f509c5f
Commit
1f509c5f
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Add php7-bcmath
parent
642a2f5d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5971
passed
6 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
php-7.0/Dockerfile
+1
-1
1 addition, 1 deletion
php-7.0/Dockerfile
php-7.1/Dockerfile
+1
-1
1 addition, 1 deletion
php-7.1/Dockerfile
php-7.2/Dockerfile
+1
-1
1 addition, 1 deletion
php-7.2/Dockerfile
with
3 additions
and
3 deletions
php-7.0/Dockerfile
+
1
−
1
View file @
1f509c5f
...
@@ -70,7 +70,7 @@ RUN mkdir -p /root/.ssh && \
...
@@ -70,7 +70,7 @@ RUN mkdir -p /root/.ssh && \
apk add
--no-cache
curl openssl openssh ca-certificates wget make patch g++
\
apk add
--no-cache
curl openssl openssh ca-certificates wget make patch g++
\
bash fish python nodejs git unzip
\
bash fish python nodejs git unzip
\
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl
\
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl
\
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv
&&
\
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv
php7-bcmath
&&
\
\
\
sed
-i
-e
's/memory_limit = 128M/memory_limit = -1/g'
/etc/php7/php.ini
&&
\
sed
-i
-e
's/memory_limit = 128M/memory_limit = -1/g'
/etc/php7/php.ini
&&
\
\
\
...
...
This diff is collapsed.
Click to expand it.
php-7.1/Dockerfile
+
1
−
1
View file @
1f509c5f
...
@@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \
...
@@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \
apk add
--no-cache
curl openssl openssh ca-certificates wget make patch g++
\
apk add
--no-cache
curl openssl openssh ca-certificates wget make patch g++
\
bash fish python nodejs git unzip
\
bash fish python nodejs git unzip
\
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl
\
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl
\
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv
\
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv
php7-bcmath
\
php7-tokenizer php7-simplexml php7-xmlwriter
&&
\
php7-tokenizer php7-simplexml php7-xmlwriter
&&
\
\
\
sed
-i
-e
's/memory_limit = 128M/memory_limit = -1/g'
/etc/php7/php.ini
&&
\
sed
-i
-e
's/memory_limit = 128M/memory_limit = -1/g'
/etc/php7/php.ini
&&
\
...
...
This diff is collapsed.
Click to expand it.
php-7.2/Dockerfile
+
1
−
1
View file @
1f509c5f
...
@@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \
...
@@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \
apk add
--no-cache
curl openssl openssh ca-certificates wget make patch g++
\
apk add
--no-cache
curl openssl openssh ca-certificates wget make patch g++
\
bash fish python nodejs npm git unzip
\
bash fish python nodejs npm git unzip
\
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl
\
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl
\
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv
\
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv
php7-bcmath
\
php7-tokenizer php7-simplexml php7-xmlwriter
&&
\
php7-tokenizer php7-simplexml php7-xmlwriter
&&
\
\
\
sed
-i
-e
's/memory_limit = 128M/memory_limit = -1/g'
/etc/php7/php.ini
&&
\
sed
-i
-e
's/memory_limit = 128M/memory_limit = -1/g'
/etc/php7/php.ini
&&
\
...
...
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