浏览代码

Add strace support

evgeniy 1 年之前
父节点
当前提交
64c7c55f98
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      images/php/8.1/Dockerfile
  2. 1 0
      images/php/8.2/Dockerfile

+ 1 - 0
images/php/8.1/Dockerfile

@@ -11,6 +11,7 @@ RUN mkdir -p /etc/nginx/html /var/www/html /sock \
 RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
 RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
 
 
 RUN apt-get update && apt-get install -y \
 RUN apt-get update && apt-get install -y \
+    strace \
     cron \
     cron \
     default-mysql-client \
     default-mysql-client \
     git \
     git \

+ 1 - 0
images/php/8.2/Dockerfile

@@ -11,6 +11,7 @@ RUN mkdir -p /etc/nginx/html /var/www/html /sock \
 RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
 RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
 
 
 RUN apt-get update && apt-get install -y \
 RUN apt-get update && apt-get install -y \
+    strace \
     cron \
     cron \
     default-mysql-client \
     default-mysql-client \
     git \
     git \