Skip to content

Commit

Permalink
Merge pull request influxdata#191 from influxdata/ross-build-updates
Browse files Browse the repository at this point in the history
Build Script Updates
  • Loading branch information
Nathaniel Cook committed Feb 4, 2016
2 parents bdd2f59 + 1cf0d34 commit 4dcf49b
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 218 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,9 @@ CMD []
# Get gogo for golang protobuf
RUN go get github.com/gogo/protobuf/protoc-gen-gogo

# Initialize git, needed to stash changes before 'go get ./...'
RUN git config --global user.email "[email protected]"
RUN git config --global user.name "Docker Builder"

ADD ./build.py /usr/local/bin/build

Loading

0 comments on commit 4dcf49b

Please sign in to comment.