mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-04-22 16:59:16 +08:00
Update to PHP 8.4
This commit is contained in:
committed by
Tim de Pater
parent
43aa4be9b7
commit
7be04d94a2
@@ -27,7 +27,7 @@ FROM trafex/php-nginx:latest
|
||||
USER root
|
||||
|
||||
# Install xdebug
|
||||
RUN apk add --no-cache php83-pecl-xdebug
|
||||
RUN apk add --no-cache php84-pecl-xdebug
|
||||
|
||||
# Add configuration
|
||||
COPY xdebug.ini ${PHP_INI_DIR}/conf.d/xdebug.ini
|
||||
|
||||
Reference in New Issue
Block a user