2
0
Эх сурвалжийг харах

add ps command to eliminate exception while running integration tests

Piotr Kwiecinski 4 жил өмнө
parent
commit
1b71f7f956

+ 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