From ad06edb5d5f7e3736d0a25b1b1564e5f6261a100 Mon Sep 17 00:00:00 2001 From: Christopher Christou <39839589+awschristou@users.noreply.github.com> Date: Thu, 14 Mar 2019 12:38:10 -0700 Subject: [PATCH] Add git to docker container used in build pipeline (#365) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 840dd95f0a1..a74b7df52d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM ubuntu:latest RUN apt-get update && apt-get -y upgrade && apt-get -y install xvfb \ libgtk-3-0 \ + git \ gnupg \ curl \ libxss1 \