Skip to content

Instantly share code, notes, and snippets.

@Vertikar
Created April 19, 2017 01:39
Show Gist options
  • Select an option

  • Save Vertikar/b888738940ab6cfdab8c46a6983a7a2f to your computer and use it in GitHub Desktop.

Select an option

Save Vertikar/b888738940ab6cfdab8c46a6983a7a2f to your computer and use it in GitHub Desktop.
Simple dockerfile for ubuntu and some basic network tools
FROM ubuntu:latest
RUN apt-get -y update && apt-get install -y traceroute mtr-tiny netcat nmap lsof grc iputils-tracepath whois dnsutils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment