mirror of
https://github.com/xiaoqidun/pfenv.git
synced 2024-11-22 05:56:45 +08:00
This commit is contained in:
parent
b8133aaca9
commit
23798cccc3
@ -1,14 +1,14 @@
|
||||
# 基础镜像
|
||||
FROM php:7.4.15-fpm
|
||||
FROM php:7.4.16-fpm
|
||||
|
||||
# 作者信息
|
||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
|
||||
# 安装扩展
|
||||
RUN pecl install redis-5.3.3 \
|
||||
RUN pecl install redis-5.3.4 \
|
||||
&& docker-php-ext-enable redis
|
||||
|
||||
RUN pecl install xdebug-3.0.2 \
|
||||
RUN pecl install xdebug-3.0.3 \
|
||||
&& docker-php-ext-enable xdebug
|
||||
|
||||
RUN docker-php-ext-install -j$(nproc) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user