From 0394ec36580fcba5f05fc485222970ea9f4cc650 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 6 Mar 2017 14:54:41 +0100 Subject: [PATCH] add git. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13e9bff..3f25f87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM alpine -RUN apk add --no-cache vim zsh +RUN apk add --no-cache git vim zsh