build(php): 在 Dockerfile 中添加 lsof 工具
安装 lsof 工具以便于调试容器内的进程和文件打开情况
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user