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