php/Dockerfile.phptest

10 lines
203 B
Docker
Raw Normal View History

2020-08-23 12:54:50 +10:00
# NAME leenooks/php
2024-01-21 21:48:17 +11:00
# VERSION 8.3-fpm-test
2020-08-23 12:54:50 +10:00
2024-01-21 21:48:17 +11:00
FROM registry.dege.au/leenooks/php:8.3-fpm
2020-08-23 12:54:50 +10:00
2024-01-08 22:49:54 +11:00
# Add xdebug
RUN apk --no-cache add linux-headers \
2023-04-05 23:13:56 +10:00
&& pecl_install xdebug \
&& apk --no-cache del linux-headers