Skip to content

Commit

Permalink
Merge pull request #1033 from YevhenZvieriev/feature/add_strace
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust authored Feb 24, 2024
2 parents 612950a + 7b984b9 commit 823c6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/php/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \
msmtp \
nodejs \
procps \
strace \
vim \
zip \
&& rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions images/php/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \
msmtp \
nodejs \
procps \
strace \
vim \
zip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 823c6e7

Please sign in to comment.