From 360e946f6cbc3a5e1677531d58d30dc4fa40add8 Mon Sep 17 00:00:00 2001 From: "Conor.McManus" Date: Tue, 16 Apr 2019 10:26:59 +0200 Subject: [PATCH] Add git package to docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ffaf017..cfb9e54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:xenial -RUN apt-get update -y && apt-get install -y python3 wget unzip +RUN apt-get update -y && apt-get install -y python3 wget unzip git RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip RUN unzip /tmp/terraform.zip RUN mv terraform /usr/bin/