mirror of
https://github.com/xiaoqidun/pfenv.git
synced 2026-01-09 00:40:21 +08:00
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# 基础镜像
|
# 基础镜像
|
||||||
FROM php:8.3.28-fpm
|
FROM php:8.3.29-fpm
|
||||||
|
|
||||||
# 作者信息
|
# 作者信息
|
||||||
LABEL authors="xiaoqidun"
|
LABEL authors="xiaoqidun"
|
||||||
@@ -8,7 +8,7 @@ LABEL authors="xiaoqidun"
|
|||||||
RUN pecl install redis-6.3.0 \
|
RUN pecl install redis-6.3.0 \
|
||||||
&& docker-php-ext-enable redis
|
&& docker-php-ext-enable redis
|
||||||
|
|
||||||
RUN pecl install xdebug-3.4.7 \
|
RUN pecl install xdebug-3.5.0 \
|
||||||
&& docker-php-ext-enable xdebug
|
&& docker-php-ext-enable xdebug
|
||||||
|
|
||||||
RUN pecl install runkit7-4.0.0a6 \
|
RUN pecl install runkit7-4.0.0a6 \
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2021 xiaoqidun
|
Copyright (c) 2021-2026 肖其顿 (XIAO QI DUN)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
Reference in New Issue
Block a user