Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalci_environments
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
drupalci_environments
Commits
0a066f60
Commit
0a066f60
authored
1 year ago
by
Andrey Postnikov
Committed by
Andrey Postnikov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3404084
: add pcov and xdebug (8.1)
(cherry picked from commit
3b782a48
)
parent
894780eb
No related branches found
No related tags found
No related merge requests found
Pipeline
#152876
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
php/8.1-apache/Dockerfile
+2
-1
2 additions, 1 deletion
php/8.1-apache/Dockerfile
with
2 additions
and
1 deletion
php/8.1-apache/Dockerfile
+
2
−
1
View file @
0a066f60
...
@@ -205,8 +205,9 @@ RUN set -xe \
...
@@ -205,8 +205,9 @@ RUN set -xe \
COPY
docker-php-ext-* docker-php-entrypoint /usr/local/bin/
COPY
docker-php-ext-* docker-php-entrypoint /usr/local/bin/
# install pecl extensions for apcu, xdebug, and yaml
# install pecl extensions for apcu,
pcov,
xdebug, and yaml
RUN
docker-php-ext-pecl-install APCu-5.1.23 yaml-2.2.3
\
RUN
docker-php-ext-pecl-install APCu-5.1.23 yaml-2.2.3
\
&&
pecl
install
pcov-1.0.11 xdebug-3.3.2
\
&&
apt-get update
\
&&
apt-get update
\
&&
apt-get
install
-y
default-mysql-client postgresql-client
sudo
git sqlite3/buster
--allow-downgrades
--no-install-recommends
\
&&
apt-get
install
-y
default-mysql-client postgresql-client
sudo
git sqlite3/buster
--allow-downgrades
--no-install-recommends
\
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
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