Merge pull request #15702 from hashicorp/f-update-dockerfile

update dockerfile to not include version prerelease string
This commit is contained in:
Jake Champlin 2017-08-02 19:52:01 -04:00 committed by GitHub
commit ed5bbacab9
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ MAINTAINER "HashiCorp Terraform Team <terraform@hashicorp.com>"
RUN apk add --update git bash openssh
ENV TF_DEV=true
ENV TF_RELEASE=1
WORKDIR $GOPATH/src/github.com/hashicorp/terraform
COPY . .