Skip to content

Instantly share code, notes, and snippets.

@chriselsen
Created August 19, 2020 16:11
Show Gist options
  • Save chriselsen/04d2d3a83b54671733d578c9be728f70 to your computer and use it in GitHub Desktop.
Save chriselsen/04d2d3a83b54671733d578c9be728f70 to your computer and use it in GitHub Desktop.
Install tools in Ubuntu Docker image to use for network troubleshooting
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