mirror of
https://github.com/xiaoqidun/pfenv.git
synced 2024-12-05 03:20:47 +08:00
This commit is contained in:
parent
89a7135230
commit
5694906c24
@ -1,11 +1,11 @@
|
|||||||
# 基础镜像
|
# 基础镜像
|
||||||
FROM php:8.3.8-fpm
|
FROM php:8.3.11-fpm
|
||||||
|
|
||||||
# 作者信息
|
# 作者信息
|
||||||
LABEL authors="xiaoqidun"
|
LABEL authors="xiaoqidun"
|
||||||
|
|
||||||
# 安装扩展
|
# 安装扩展
|
||||||
RUN pecl install redis-6.0.2 \
|
RUN pecl install redis-6.1.0RC1 \
|
||||||
&& docker-php-ext-enable redis
|
&& docker-php-ext-enable redis
|
||||||
|
|
||||||
RUN pecl install xdebug-3.3.2 \
|
RUN pecl install xdebug-3.3.2 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user