Rename the dockerfile

This commit is contained in:
Z.J. van de Weg 2017-02-17 12:34:18 +01:00 committed by Zeger-Jan van de Weg
parent 4855c6a352
commit 48634e1f6c
2 changed files with 12 additions and 0 deletions

10
Dockerfile.terraform-0.1 Normal file
View file

@ -0,0 +1,10 @@
FROM ubuntu:xenial
RUN apt-get update -y
RUN apt-get install -y sudo curl git unzip wget unzip
RUN wget -nc https://releases.hashicorp.com/terraform/0.8.5/terraform_0.8.5_linux_amd64.zip -O terraform.zip
RUN unzip terraform.zip
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8