Skip to content

Commit

Permalink
updates dockerfile for portal demo to use new ES
Browse files Browse the repository at this point in the history
  • Loading branch information
andricDu committed Mar 6, 2017
1 parent 1e3b6be commit 5419fd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/dcc-portal-demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ WORKDIR $DCC_HOME
#
# Elasticsearch installation
#
ADD http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.4.deb $DCC_HOME/elasticsearch.deb
ENV ES_SKIP_SET_KERNEL_PARAMETERS true
ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.2.deb $DCC_HOME/elasticsearch.deb
RUN \
dpkg -i -E --force-depends $DCC_HOME/elasticsearch.deb && \
rm $DCC_HOME/elasticsearch.deb && \
Expand Down

0 comments on commit 5419fd2

Please sign in to comment.