add vim to alpine.

This commit is contained in:
chris 2017-03-05 13:37:13 +01:00
commit 71796b5235
1 changed files with 3 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine
RUN apk add --no-cache vim