Skip to content

Commit

Permalink
Fix hitcount
Browse files Browse the repository at this point in the history
  • Loading branch information
vanatteveldt committed Feb 16, 2017
1 parent 3fe1b91 commit a8d2cc4
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 @@ -2,7 +2,7 @@ FROM elasticsearch:2.4

RUN /usr/share/elasticsearch/bin/plugin install mobz/elasticsearch-head \
&& /usr/share/elasticsearch/bin/plugin install analysis-icu \
echo # && /usr/share/elasticsearch/bin/plugin install amcat/hitcount/2.3.4
&& /usr/share/elasticsearch/bin/plugin install amcat/hitcount/2.4.4

RUN wget -q https://raw.githubusercontent.com/amcat/amcat/master/config/elasticsearch/amcat_remove_from_set.groovy -O /etc/elasticsearch/scripts/amcat_remove_from_set.groovy \
&& wget -q https://raw.githubusercontent.com/amcat/amcat/master/config/elasticsearch/amcat_add_to_set.groovy -O /etc/elasticsearch/scripts/amcat_add_to_set.groovy \
Expand Down

0 comments on commit a8d2cc4

Please sign in to comment.