Browse code

Add "git" to our Ubuntu package "Recommends" (whoops, this should've been in here for a while now)

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)

Tianon Gravi authored on 2014/03/05 14:59:46
Showing 1 changed files
... ...
@@ -115,6 +115,7 @@ EOF
115 115
 		    --depends iptables \
116 116
 		    --deb-recommends aufs-tools \
117 117
 		    --deb-recommends ca-certificates \
118
+		    --deb-recommends git \
118 119
 		    --deb-recommends xz-utils \
119 120
 		    --description "$PACKAGE_DESCRIPTION" \
120 121
 		    --maintainer "$PACKAGE_MAINTAINER" \