Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Added first Dockerfile sample
Browse files Browse the repository at this point in the history
A simple Dockerfile as a first demo

Signed-off-by: Nisha K <[email protected]>
  • Loading branch information
Nisha K committed Oct 20, 2017
1 parent bdc03f4 commit 6c1987c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/debian_vim/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM debian:jessie
RUN apt-get update && apt-get install -y vim && apt-get clean

0 comments on commit 6c1987c

Please sign in to comment.