Created
June 30, 2016 12:38
-
-
Save kamilziajka/a7a386d754b6ad94444201e726ebb692 to your computer and use it in GitHub Desktop.
ubuntu container
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
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