Quellcode durchsuchen

Merge pull request #292 from piotrkwiecinski/ps-command

add ps command to eliminate exception while running integration tests
Mark Shust vor 4 Jahren
Ursprung
Commit
b172d03a61
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 2 1
      images/php/7.3/Dockerfile
  2. 2 1
      images/php/7.4/Dockerfile

+ 2 - 1
images/php/7.3/Dockerfile

@@ -18,7 +18,8 @@ RUN apt-get update && apt-get install -y \
   lsof \
   default-mysql-client \
   vim \
-  zip
+  zip \
+  procps
 
 RUN docker-php-ext-configure \
   gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/

+ 2 - 1
images/php/7.4/Dockerfile

@@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y \
   lsof \
   default-mysql-client \
   vim \
-  zip
+  zip \
+  procps
 
 RUN docker-php-ext-configure gd --with-freetype --with-jpeg