Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added curl to livy image #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

teplydat
Copy link

@@ -6,6 +6,9 @@ LABEL maintainer="Aliaksandr Sasnouskikh <jaahstreetlove@gmail.com>"

ENV BASE_IMAGE $SPARK_BASE#$BASE_IMAGE

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

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
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
4 participants