This repository has been archived on 2023-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Dockerfiles/php/local/7.3/apache/Dockerfile
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