Skip to content
Snippets Groups Projects
Commit 556e0256 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Merge branch 'zj-environments-container' into 'master'

Environments image

See merge request !26
parents 4855c6a3 48634e1f
No related branches found
No related tags found
1 merge request!26Environments image
Loading
Loading
@@ -33,6 +33,7 @@ ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1: *test_build
ruby-2.3-static-analyses test: *test_build
www-gitlab-com test: *test_build
doc-gitlab-com test: *test_build
terraform-0.1 test: *test_build
 
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
Loading
Loading
@@ -40,3 +41,4 @@ ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1: *build_and_deploy
ruby-2.3-static-analyses: *build_and_deploy
www-gitlab-com: *build_and_deploy
doc-gitlab-com: *build_and_deploy
terraform-0.1: *build_and_deploy
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment