Add git to list of commands in Dockerfile

This commit is contained in:
Joshua M. Boniface
2020-02-20 16:11:00 -05:00
parent 4063c987e9
commit 8831dfd574
+1 -1
View File
@@ -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