Skip to content

Commit

Permalink
Apt es
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Oct 25, 2023
1 parent 9beaa69 commit 5b81553
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ ADD elasticsearch.yml /usr/share/elasticsearch/config
#RUN bin/elasticsearch-plugin install --verbose analysis-icu

# Download from zip
RUN apt install wget -y
RUN apt-get update && apt-get install -y \
wget \
&& rm -rf /var/lib/apt/lists/*``

# /analysis-icu
ARG ES_VERSION
Expand Down

0 comments on commit 5b81553

Please sign in to comment.