build(php): 在 Dockerfile 中添加 lsof 工具

安装 lsof 工具以便于调试容器内的进程和文件打开情况
This commit is contained in:
2026-01-22 10:49:55 +08:00
parent 0fb8e62b50
commit fe2a41cd33

View File

@@ -14,6 +14,7 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN apt-get update && apt-get install -y \
supervisor \
git \
lsof \
curl \
vim \
libpng-dev \