php/Dockerfile

9 lines
232 B
Docker
Raw Normal View History

2017-12-07 04:19:02 +00:00
# NAME leenooks/php
# VERSION 8.3-fpm-pgsql-server
2017-12-07 04:19:02 +00:00
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