diff --git a/Dockerfile b/Dockerfile index d435c9f91..3863822cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ MAINTAINER "HashiCorp Terraform Team " RUN apk add --update git bash openssh ENV TF_DEV=true +ENV TF_RELEASE=1 WORKDIR $GOPATH/src/github.com/hashicorp/terraform COPY . .