Skip to content

added curl to livy image - #19

Open
teplydat wants to merge 1 commit into
JahstreetOrg:masterfrom
teplydat:feature/livy-install-curl
Open

added curl to livy image#19
teplydat wants to merge 1 commit into
JahstreetOrg:masterfrom
teplydat:feature/livy-install-curl

Conversation

@teplydat

Copy link
Copy Markdown

ENV BASE_IMAGE $SPARK_BASE#$BASE_IMAGE

RUN apt-get update --allow-releaseinfo-change && \
apt-get install curl -y

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets also add jq , which is also missing in the image (and thus also brekas the documented example)

@jahstreet

Copy link
Copy Markdown
Collaborator

I'm working on migrating CI to Github Actions. Once done, will address this PR. Thx for the patience. FYI I will also do upgrade to the latest stable versions of all the components in the scope of JahstreetOrg/spark-on-kubernetes-helm#82. Stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

exec: "curl": executable file not found in $PATH: unknown

3 participants