We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a364ae commit 4de10e1Copy full SHA for 4de10e1
elasticsearch/Dockerfile
@@ -1,10 +1,10 @@
1
FROM itzg/ubuntu-openjdk-7
2
3
MAINTAINER itzg
4
-ENV ES_VERSION 1.4.1
5
-
6
RUN apt-get install -y wget && apt-get clean
7
+ENV ES_VERSION 1.4.1
+
8
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz && \
9
cd /usr/share && \
10
tar xf /tmp/es.tgz && \
0 commit comments