From a37c2602645a0f912e8c6768a991011c882ab914 Mon Sep 17 00:00:00 2001 From: "Conor.McManus" Date: Mon, 15 Apr 2019 16:46:08 +0200 Subject: [PATCH] Change OS base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40190e3..370d799 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine +FROM ubuntu:xenial RUN apk add python3 RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip