Skip to content

Commit

Permalink
Add recipe for cassandra-2.1.10 + cassandra-lucene-index-2.1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanz committed Dec 2, 2015
1 parent 331db29 commit b9e6b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM cassandra:2.1.9
FROM cassandra:2.1.10

# Install cUrl
RUN apt-get update && apt-get install --yes curl

# Add cassandra-lucene-index jar from maven
RUN cd /usr/share/cassandra/lib && \
curl -LO http://search.maven.org/remotecontent?filepath=com/stratio/cassandra/cassandra-lucene-index-plugin/2.1.9/cassandra-lucene-index-plugin-2.1.9.jar
curl -LO https://repo1.maven.org/maven2/com/stratio/cassandra/cassandra-lucene-index-plugin/2.1.10.0/cassandra-lucene-index-plugin-2.1.10.0.jar

0 comments on commit b9e6b7d

Please sign in to comment.