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
1b0d4e85
Commit
1b0d4e85
authored
1 year ago
by
Andrey Postnikov
Committed by
Andrey Postnikov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3404084
: add xdebug
(cherry picked from commit
d3f12cc3
)
parent
2522a331
No related branches found
No related tags found
No related merge requests found
Pipeline
#152799
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
php/8.3-apache/Dockerfile
+2
-2
2 additions, 2 deletions
php/8.3-apache/Dockerfile
php/8.3-ubuntu-apache/Dockerfile
+2
-2
2 additions, 2 deletions
php/8.3-ubuntu-apache/Dockerfile
with
4 additions
and
4 deletions
php/8.3-apache/Dockerfile
+
2
−
2
View file @
1b0d4e85
...
...
@@ -121,8 +121,8 @@ RUN set -xe &&\
make
install
&&
\
cd
/
&&
rm
-fr
"
$buildDir
"
# install pecl extensions for apcu, pcov, and yaml
RUN
pecl
install
APCu-5.1.23 pcov-1.0.11 yaml-2.2.3
\
# install pecl extensions for apcu, pcov,
xdebug,
and yaml
RUN
pecl
install
APCu-5.1.23 pcov-1.0.11
xdebug-3.3.2
yaml-2.2.3
\
&&
\
# stript .debug files out of executables
echo '\
...
...
This diff is collapsed.
Click to expand it.
php/8.3-ubuntu-apache/Dockerfile
+
2
−
2
View file @
1b0d4e85
...
...
@@ -121,8 +121,8 @@ RUN set -xe &&\
make
install
&&
\
cd
/
&&
rm
-fr
"
$buildDir
"
# install pecl extensions for apcu, pcov, and yaml
RUN
pecl
install
APCu-5.1.23 pcov-1.0.11 yaml-2.2.3
\
# install pecl extensions for apcu, pcov,
xdebug,
and yaml
RUN
pecl
install
APCu-5.1.23 pcov-1.0.11
xdebug-3.3.2
yaml-2.2.3
\
&&
\
# stript .debug files out of executables
echo '\
...
...
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