Add git package to docker

This commit is contained in:
Conor.McManus 2019-04-16 10:26:59 +02:00
parent fad6dfce79
commit 360e946f6c

View file

@ -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/