Skip to content

Commit

Permalink
Add netstat
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jul 28, 2019
1 parent ff07349 commit 88a9016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions prestodev/centos6-oj8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN \
\
# install commonly needed packages
yum install -y \
net-tools `# netstat` \
sudo \
vim `# helpful when troubleshooting product tests` \
&& \
Expand Down
1 change: 1 addition & 0 deletions prestodev/centos7-oj8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN \
\
# install commonly needed packages
yum install -y \
net-tools `# netstat` \
sudo \
vim `# helpful when troubleshooting product tests` \
&& \
Expand Down

0 comments on commit 88a9016

Please sign in to comment.