-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use build.sh to build xdebug as well
- Loading branch information
1 parent
bbc2f60
commit 7ebdb9c
Showing
5 changed files
with
25 additions
and
29 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
5.6.36-apache-xdebug/Dockerfile → 5.6.36-apache-xdebug/Dockerfile.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM appsvc/php:5.6.36-apache_1805092223 | ||
FROM reponame/php:5.6.36-apache_buildnumber | ||
MAINTAINER Azure App Services Container Images <[email protected]> | ||
|
||
RUN yes | pecl install xdebug-2.5.5 \ | ||
|
2 changes: 1 addition & 1 deletion
2
7.0.30-apache-xdebug/Dockerfile → 7.0.30-apache-xdebug/Dockerfile.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM appsvc/php:7.0.30-apache_1805092223 | ||
FROM reponame/php:7.0.30-apache_buildnumber | ||
MAINTAINER Azure App Services Container Images <[email protected]> | ||
|
||
RUN yes | pecl install xdebug \ | ||
|
2 changes: 1 addition & 1 deletion
2
7.2.5-apache-xdebug/Dockerfile → 7.2.5-apache-xdebug/Dockerfile.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM appsvc/php:7.2.5-apache_1805092223 | ||
FROM reponame/php:7.2.5-apache_buildnumber | ||
MAINTAINER Azure App Services Container Images <[email protected]> | ||
|
||
RUN yes | pecl install xdebug-beta \ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters