Browse Source

Merge pull request #1033 from YevhenZvieriev/feature/add_strace

Mark Shust 1 year ago
parent
commit
823c6e7f29
2 changed files with 2 additions and 0 deletions
  1. 1 0
      images/php/8.1/Dockerfile
  2. 1 0
      images/php/8.2/Dockerfile

+ 1 - 0
images/php/8.1/Dockerfile

@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \
     msmtp \
     nodejs \
     procps \
+    strace \
     vim \
     zip \
   && rm -rf /var/lib/apt/lists/*

+ 1 - 0
images/php/8.2/Dockerfile

@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \
     msmtp \
     nodejs \
     procps \
+    strace \
     vim \
     zip \
   && rm -rf /var/lib/apt/lists/*