Created
April 19, 2017 01:39
-
-
Save Vertikar/b888738940ab6cfdab8c46a6983a7a2f to your computer and use it in GitHub Desktop.
Simple dockerfile for ubuntu and some basic network tools
This file contains hidden or 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
| 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