10 lines
208 B
Docker
10 lines
208 B
Docker
# NAME docker/php
|
|
# VERSION 8.3-fpm-pgsql-test
|
|
|
|
FROM gitea.dege.au/docker/php:8.3-fpm-pgsql
|
|
|
|
# Add xdebug
|
|
RUN apk --no-cache add linux-headers \
|
|
&& pecl_install xdebug \
|
|
&& apk --no-cache del linux-headers
|