Fix docker build

This commit is contained in:
Conor.McManus 2019-04-15 16:49:45 +02:00
parent a37c260264
commit c36f461dc9

View file

@ -1,6 +1,6 @@
FROM ubuntu:xenial
RUN apk add python3
RUN apt update -y && apt install -y python3 wget unzip
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/