From 5317ad476d9e2c39cf6379fef4ec7f8ba0bcc23a Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 4 Mar 2014 22:59:46 -0700 Subject: [PATCH] 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 (github: tianon) --- hack/make/ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make/ubuntu b/hack/make/ubuntu index 65f6b7e27..602d4ac1a 100644 --- a/hack/make/ubuntu +++ b/hack/make/ubuntu @@ -115,6 +115,7 @@ EOF --depends iptables \ --deb-recommends aufs-tools \ --deb-recommends ca-certificates \ + --deb-recommends git \ --deb-recommends xz-utils \ --description "$PACKAGE_DESCRIPTION" \ --maintainer "$PACKAGE_MAINTAINER" \