From 8831dfd574dad6c970348ec958a276122cb3fb58 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 20 Feb 2020 16:11:00 -0500 Subject: [PATCH] Add git to list of commands in Dockerfile --- Dockerfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.in b/Dockerfile.in index 912ee62a3e4..76c8b0c17fe 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -11,7 +11,7 @@ ENV DEB_BUILD_OPTIONS=noddebs # Prepare Debian build environment RUN apt-get update \ - && yes | apt-get install -y apt-transport-https debhelper gnupg wget devscripts mmv equivs + && yes | apt-get install -y apt-transport-https debhelper gnupg wget devscripts mmv equivs git # Link to docker-build script RUN ln -sf ${SOURCE_DIR}/docker-build.sh /docker-build.sh