mirror of
https://github.com/xiaoqidun/pfenv.git
synced 2024-11-21 13:40:08 +08:00
This commit is contained in:
parent
5cc08d5bc7
commit
89a7135230
@ -1,6 +1,5 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
node:
|
||||
region: cn
|
||||
|
@ -2,13 +2,13 @@
|
||||
FROM php:8.3.8-fpm
|
||||
|
||||
# 作者信息
|
||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
LABEL authors="xiaoqidun"
|
||||
|
||||
# 安装扩展
|
||||
RUN pecl install redis-6.0.2 \
|
||||
&& docker-php-ext-enable redis
|
||||
|
||||
RUN pecl install xdebug-3.3.1 \
|
||||
RUN pecl install xdebug-3.3.2 \
|
||||
&& docker-php-ext-enable xdebug
|
||||
|
||||
RUN pecl install runkit7-4.0.0a6 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user