Skip to content

Instantly share code, notes, and snippets.

@kamilziajka
Created June 30, 2016 12:38
Show Gist options
  • Save kamilziajka/a7a386d754b6ad94444201e726ebb692 to your computer and use it in GitHub Desktop.
Save kamilziajka/a7a386d754b6ad94444201e726ebb692 to your computer and use it in GitHub Desktop.
ubuntu container
FROM ubuntu
RUN apt-get update
RUN apt-get -y install net-tools iputils-ping vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment