File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ EXPOSE 9000
181
181
182
182
FROM php AS toolbox
183
183
184
- ARG TOOLBOX_RUNTIME_REQUIREMENTS="curl git redis-tools mariadb-client percona-toolkit rsync openssh-client vim.tiny"
184
+ ARG TOOLBOX_RUNTIME_REQUIREMENTS="curl git redis-tools mariadb-client percona-toolkit rsync openssh-client vim.tiny php-xdebug "
185
185
ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186
186
ARG TOOLBOX_BUILD_REQUIREMENTS=""
187
187
ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
@@ -193,6 +193,7 @@ RUN /usr/local/bin/docker-install-requirements toolbox; \
193
193
composer require deployer/deployer; \
194
194
composer update; \
195
195
echo "export PATH=$PATH:/var/www/html/vendor/bin" >> /etc/profile; \
196
+ echo "xdebug.mode=coverage" > /usr/local/etc/php/conf.d/xdebug-coverage.ini; \
196
197
/usr/local/bin/docker-layer-clean
197
198
198
199
CMD ["php" , "-a" ]
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ EXPOSE 9000
181
181
182
182
FROM php AS toolbox
183
183
184
- ARG TOOLBOX_RUNTIME_REQUIREMENTS="curl git redis-tools mariadb-client percona-toolkit rsync openssh-client vim.tiny"
184
+ ARG TOOLBOX_RUNTIME_REQUIREMENTS="curl git redis-tools mariadb-client percona-toolkit rsync openssh-client vim.tiny php-xdebug "
185
185
ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186
186
ARG TOOLBOX_BUILD_REQUIREMENTS=""
187
187
ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
@@ -193,6 +193,7 @@ RUN /usr/local/bin/docker-install-requirements toolbox; \
193
193
composer require deployer/deployer; \
194
194
composer update; \
195
195
echo "export PATH=$PATH:/var/www/html/vendor/bin" >> /etc/profile; \
196
+ echo "xdebug.mode=coverage" > /usr/local/etc/php/conf.d/xdebug-coverage.ini; \
196
197
/usr/local/bin/docker-layer-clean
197
198
198
199
CMD ["php" , "-a" ]
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ EXPOSE 9000
181
181
182
182
FROM php AS toolbox
183
183
184
- ARG TOOLBOX_RUNTIME_REQUIREMENTS="curl git redis-tools mariadb-client percona-toolkit rsync openssh-client vim.tiny"
184
+ ARG TOOLBOX_RUNTIME_REQUIREMENTS="curl git redis-tools mariadb-client percona-toolkit rsync openssh-client vim.tiny php-xdebug "
185
185
ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186
186
ARG TOOLBOX_BUILD_REQUIREMENTS=""
187
187
ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
@@ -193,6 +193,7 @@ RUN /usr/local/bin/docker-install-requirements toolbox; \
193
193
composer require deployer/deployer; \
194
194
composer update; \
195
195
echo "export PATH=$PATH:/var/www/html/vendor/bin" >> /etc/profile; \
196
+ echo "xdebug.mode=coverage" > /usr/local/etc/php/conf.d/xdebug-coverage.ini; \
196
197
/usr/local/bin/docker-layer-clean
197
198
198
199
CMD ["php" , "-a" ]
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ EXPOSE 9000
181
181
182
182
FROM php AS toolbox
183
183
184
- ARG TOOLBOX_RUNTIME_REQUIREMENTS="curl git redis-tools mariadb-client percona-toolkit rsync openssh-client vim.tiny"
184
+ ARG TOOLBOX_RUNTIME_REQUIREMENTS="curl git redis-tools mariadb-client percona-toolkit rsync openssh-client vim.tiny php-xdebug "
185
185
ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186
186
ARG TOOLBOX_BUILD_REQUIREMENTS=""
187
187
ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
@@ -193,6 +193,7 @@ RUN /usr/local/bin/docker-install-requirements toolbox; \
193
193
composer require deployer/deployer; \
194
194
composer update; \
195
195
echo "export PATH=$PATH:/var/www/html/vendor/bin" >> /etc/profile; \
196
+ echo "xdebug.mode=coverage" > /usr/local/etc/php/conf.d/xdebug-coverage.ini; \
196
197
/usr/local/bin/docker-layer-clean
197
198
198
199
CMD ["php" , "-a" ]
You can’t perform that action at this time.
0 commit comments