From b5aa4dac8822c71ef928fc7ae3de680c70908270 Mon Sep 17 00:00:00 2001
From: nickb <nickb@ssec.wisc.edu>
Date: Fri, 18 Nov 2016 15:55:15 -0600
Subject: [PATCH] add git to the installed dependencies
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 99d2f68..3b3f236 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,7 +22,7 @@ ENV NETCDFPY_VERSION 1.2.4rel
RUN apt-get update && apt-get install -y byacc bison diffutils flex make
# grab some convenience packages for using it as a build "machine"
-RUN apt-get install -y vim less tree screen unzip cvs subversion gdb valgrind
+RUN apt-get install -y vim less tree screen unzip cvs subversion git gdb valgrind
# this is our install dir for everything non-core
RUN mkdir -p ${OPT}
--
GitLab