Răsfoiți Sursa

Add strace support

evgeniy 1 an în urmă
părinte
comite
64c7c55f98
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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 apt-get update && apt-get install -y \
+    strace \
     cron \
     default-mysql-client \
     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 apt-get update && apt-get install -y \
+    strace \
     cron \
     default-mysql-client \
     git \