Remove now-unnecessary env var from Dockerfile

This commit is contained in:
Jeff Mitchell 2016-05-23 15:41:22 -04:00
parent 816adadac8
commit caa257be44

View File

@ -23,5 +23,4 @@ RUN go get github.com/mitchellh/gox
RUN mkdir -p /gopath/src/github.com/hashicorp/vault
WORKDIR /gopath/src/github.com/hashicorp/vault
ENV CGO_ENABLED=0
CMD make bin