This repository has been archived on 2023-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
2020-12-19 09:17:35 +01:00

7 lines
114 B
Docker

FROM php:7.3.24-apache-buster
RUN set -eux; \
pecl install xdebug-2.9.8; \
docker-php-ext-enable xdebug