php/Dockerfile

9 lines
232 B
Docker

# NAME leenooks/php
# VERSION 8.3-fpm-pgsql-server
FROM registry.dege.au/leenooks/php:8.3-fpm-pgsql
RUN apk --no-cache add linux-headers \
&& docker-php-ext-install -j$(nproc) sockets pcntl \
&& apk --no-cache del linux-headers