php/Dockerfile.phptest
2024-01-09 20:22:06 +11:00

10 lines
215 B
Docker

# NAME leenooks/php
# VERSION 8.1-fpm-mysql-test
FROM registry.dege.au/leenooks/php:8.1-fpm-mysql
# Add xdebug
RUN apk --no-cache add linux-headers \
&& pecl_install xdebug \
&& apk --no-cache del linux-headers