Skip to content

Commit

Permalink
Merge pull request #5 from ajslaghu/master
Browse files Browse the repository at this point in the history
Updated Elastic Search to 1.2 version
  • Loading branch information
bfirsh committed May 26, 2014
2 parents 4905e79 + 69794c6 commit 4f9ee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Ben Firshman "ben@orchardup.com"

RUN DEBIAN_FRONTEND=noninteractive apt-get install -y curl sudo
RUN curl http://packages.elasticsearch.org/GPG-KEY-elasticsearch | apt-key add -
RUN echo "deb http://packages.elasticsearch.org/elasticsearch/1.0/debian stable main" >> /etc/apt/sources.list
RUN echo "deb http://packages.elasticsearch.org/elasticsearch/1.2/debian stable main" >> /etc/apt/sources.list
RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get install -y elasticsearch
ADD run /usr/local/bin/run
RUN chmod +x /usr/local/bin/run
Expand Down

0 comments on commit 4f9ee62

Please sign in to comment.