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
29e18923
Commit
29e18923
authored
1 year ago
by
Andrey Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3404084
: add pcov and xdebug (8.1)
parent
69f618da
No related branches found
No related tags found
No related merge requests found
Pipeline
#152864
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
-2
2 additions, 2 deletions
php/8.1-apache/Dockerfile
with
2 additions
and
2 deletions
php/8.1-apache/Dockerfile
+
2
−
2
View file @
29e18923
...
...
@@ -205,8 +205,8 @@ RUN set -xe \
COPY
docker-php-ext-* docker-php-entrypoint /usr/local/bin/
# install pecl extensions for apcu, xdebug, and yaml
RUN
docker-php-ext-pecl-install APCu-5.1.23 yaml-2.2.3
\
# install pecl extensions for apcu,
pcov,
xdebug, and yaml
RUN
docker-php-ext-pecl-install APCu-5.1.23
pcov-1.0.11 xdebug-3.3.2
yaml-2.2.3
\
&&
apt-get update
\
&&
apt-get
install
-y
default-mysql-client postgresql-client
sudo
git sqlite3/buster
--allow-downgrades
--no-install-recommends
\
&&
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