Created
August 19, 2020 16:11
-
-
Save chriselsen/04d2d3a83b54671733d578c9be728f70 to your computer and use it in GitHub Desktop.
Install tools in Ubuntu Docker image to use for network troubleshooting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update \ | |
&& apt-get install -y iputils-ping \ | |
&& apt-get install -y traceroute \ | |
&& apt-get install -y curl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment