Skip to content

Commit

Permalink
Use current nodejs version for elasticsearch Image (#1734)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
akankshakumari393 and mergify[bot] committed Nov 14, 2022
1 parent 246435b commit 62a8d72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/kanister-elasticsearch/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ COPY --from=TOOLS_IMAGE /usr/local/bin/kopia /usr/local/bin/kopia
ADD kando /usr/local/bin/

RUN apt update
RUN apt install -y nodejs npm bash curl
RUN apt install -y npm bash curl
RUN curl -fsSL https://deb.nodesource.com/setup_current.x | bash - && \
apt-get install -y nodejs
RUN npm install -g npm yo grunt-cli bower express
RUN npm install elasticdump -g

Expand Down

0 comments on commit 62a8d72

Please sign in to comment.