From 190debceee7219b806f97b93dea1352f19652b53 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 30 Jan 2020 01:14:59 +0100 Subject: [PATCH] Build: Added git to the installed tool. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 934dbec..5e061d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ MAINTAINER jeffrey.freeman@syncleus.com # and then remove the build tools to minimize image size # (buildDeps are removed, deps are kept) RUN set -ex \ - && apt-get update && apt-get install -y build-essential --no-install-recommends && rm -rf /var/lib/apt/lists/* \ + && apt-get update && apt-get install -y build-essential git --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && pip install --upgrade pip \ && pip install sphinx \ && find /usr/local -depth \ -- GitLab