Skip to content

Commit

Permalink
Add curl in es-sidecar image (#1556)
Browse files Browse the repository at this point in the history
* Add `curl` in es-sidecar image

* Re-trigger pipeline
  • Loading branch information
viveksinghggits committed Jul 15, 2022
1 parent 1473cc0 commit 245678e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docker/kanister-elasticsearch/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ ADD docker/kanister-elasticsearch/image/esdump-setup.sh /esdump-setup.sh
RUN chmod +x /esdump-setup.sh && sync && /esdump-setup.sh

CMD [ "/usr/bin/tail", "-f", "/dev/null" ]

1 change: 1 addition & 0 deletions docker/kanister-elasticsearch/image/esdump-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
apk add --update bash
apk add --update nodejs
apk add --update npm
apk add --update curl

npm install -g npm yo grunt-cli bower express

Expand Down

0 comments on commit 245678e

Please sign in to comment.