gitlab-build-images/Dockerfile.terraform-0.1
2017-02-17 11:39:34 +00:00

10 lines
300 B
Groff

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