Skip to content

Commit 57c16fd

Browse files
committed
php 8.5
- opcache is now obligatory and already included
1 parent 74c2869 commit 57c16fd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.5-fpm@sha256:559e1cab264b847fd752f5e85e65f0ce9fcd49b4b6b535edb54ea738ab8d56ce
22

3-
MAINTAINER Petr Novotný <novotp@natur.cuni.cz>
3+
LABEL maintainer="Petr Novotný novotp@natur.cuni.cz"
44
LABEL org.opencontainers.image.source=https://github.com/biodiversity-cz/php-fpm-noroot-socket
55
LABEL org.opencontainers.image.description="no root UNIX socket PHP/FPM"
66

@@ -21,7 +21,6 @@ RUN docker-php-ext-install pdo && \
2121
docker-php-ext-install intl && \
2222
docker-php-ext-install pdo_pgsql && \
2323
docker-php-ext-install pgsql && \
24-
docker-php-ext-install opcache && \
2524
docker-php-ext-configure gd --with-freetype --with-jpeg && \
2625
docker-php-ext-install gd && \
2726
docker-php-ext-install zip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# php-fpm-noroot-socket
2-
PHP-FPM unprivileged image with shared socket. More info at the [Nginx container](https://github.com/biodiversity-cz/nginx-noroot-fpmSocket) .
2+
PHP-FPM 8.5 unprivileged image with shared socket. More info at the [Nginx container](https://github.com/biodiversity-cz/nginx-noroot-fpmSocket) .
33

44
Individual configuration should be store in $PHP_INI_DIR/conf.d/, that is /usr/local/etc/php/conf.d (but check the [documentation](https://hub.docker.com/_/php)).
55

0 commit comments

Comments
 (0)