Skip to content

Commit

Permalink
add ps command to eliminate exception while running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwiecinski committed Aug 6, 2020
1 parent a65dd8c commit 1b71f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/php/7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 2 additions & 1 deletion images/php/7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1b71f7f

Please sign in to comment.