Skip to content

Commit

Permalink
Add recipe for cassandra-2.1.12 + cassandra-lucene-index-2.1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanz committed Feb 5, 2016
1 parent 8b4eb6f commit 9ba14d8
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.2.3
FROM cassandra:2.1.12

# 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 https://repo1.maven.org/maven2/com/stratio/cassandra/cassandra-lucene-index-plugin/2.2.3.2/cassandra-lucene-index-plugin-2.2.3.2.jar
curl -LO https://repo1.maven.org/maven2/com/stratio/cassandra/cassandra-lucene-index-plugin/2.1.12.0/cassandra-lucene-index-plugin-2.1.12.0.jar

0 comments on commit 9ba14d8

Please sign in to comment.