Skip to content

Commit 4de10e1

Browse files
committed
Reposition ES_VERSION after apt-get operations
1 parent 1a364ae commit 4de10e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM itzg/ubuntu-openjdk-7
22

33
MAINTAINER itzg
4-
ENV ES_VERSION 1.4.1
5-
64
RUN apt-get install -y wget && apt-get clean
75

6+
ENV ES_VERSION 1.4.1
7+
88
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz && \
99
cd /usr/share && \
1010
tar xf /tmp/es.tgz && \

0 commit comments

Comments
 (0)