mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-01-09 06:51:23 +08:00
5 lines
80 B
Docker
5 lines
80 B
Docker
FROM php:8.4-fpm
|
|
|
|
RUN pecl install xdebug \
|
|
&& docker-php-ext-enable xdebug
|