Skip to content

Commit

Permalink
Add dummy "user.email" setting in our Dockerfile for smooth in-contai…
Browse files Browse the repository at this point in the history
…ner merge commits

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
  • Loading branch information
tianon committed Jan 29, 2014
1 parent 6013cbd commit 94c5f51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ RUN gem install --no-rdoc --no-ri fpm --version 1.0.2
# Setup s3cmd config
RUN /bin/echo -e '[default]\naccess_key=$AWS_ACCESS_KEY\nsecret_key=$AWS_SECRET_KEY' > /.s3cfg

# Set user.email so crosbymichael's in-container merge commits go smoothly
RUN git config --global user.email 'docker-dummy@example.com'

VOLUME /var/lib/docker
WORKDIR /go/src/github.com/dotcloud/docker

Expand Down

0 comments on commit 94c5f51

Please sign in to comment.