From 18fbd44a0594d552c62b69bb5f1029d91704b27a Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 16 Jun 2017 14:52:42 -0400 Subject: [PATCH] Install git --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 346a965..86868c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,7 @@ RUN yum -y install --setopt=tsflags=nodocs \ php-pear-MDB2-Driver-mysqli \ php-pecl-memcached \ php-xml \ + git \ vim && yum -y clean all #