Compare commits

...

2 Commits

Author SHA1 Message Date
2dc7c9ee9d feat(添加扩展): 添加扩展
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-18 13:44:32 +08:00
c10606a2a5 fix(升级版本): 升级版本 2021-10-18 13:38:37 +08:00

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM php:7.4.23-fpm
FROM php:7.4.24-fpm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"
@ -11,6 +11,9 @@ RUN pecl install redis-5.3.4 \
RUN pecl install xdebug-3.0.4 \
&& docker-php-ext-enable xdebug
RUN pecl install runkit7-4.0.0a3 \
&& docker-php-ext-enable runkit7
RUN docker-php-ext-install -j$(nproc) \
dba \
exif \