We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12eea09 + 69bdd90 commit 7477dd6Copy full SHA for 7477dd6
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM wordpress
+FROM wordpress:5-php7.2
2
3
RUN curl -o /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
4
&& chmod +x /usr/local/bin/wp
5
6
ENV XDEBUG_CONFIG="remote_enable=on remote_connect_back=on"
7
8
-RUN pecl install xdebug-2.5.5 \
+RUN pecl install xdebug-2.6.1 \
9
&& docker-php-ext-enable xdebug
10
11
ADD ./.ci/ /
0 commit comments