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

Unbreak git build #1294

Merged
merged 1 commit into from
May 23, 2019
Merged

Unbreak git build #1294

merged 1 commit into from
May 23, 2019

Conversation

joshbode
Copy link
Contributor

workaround for issue https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1794589
which prevents the install of npm due to conflict with libssl-dev

Resolves #1293

workaround for issue https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1794589
which prevents the install of `npm` due to conflict with `libssl-dev`
@joshbode
Copy link
Contributor Author

cc: @aar0nTw @clkao

@clkao
Copy link
Contributor

clkao commented May 23, 2019

Thanks, @joshbode. I can confirm this fixes building JUPYTER_VERSION off git.

@consideRatio
Copy link
Member

Wieeee @joshbode @clkao :D Excellent work on this! ❤️

@consideRatio consideRatio merged commit 9fd5a30 into jupyterhub:master May 23, 2019
@@ -17,7 +17,8 @@ RUN apt-get update && \
curl \
dnsutils \
$(bash -c 'if [[ $JUPYTERHUB_VERSION == "git"* ]]; then \
echo npm; \
# workaround for https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1794589
echo nodejs=8.10.0~dfsg-2ubuntu0.2 nodejs-dev=8.10.0~dfsg-2ubuntu0.2 npm; \
Copy link
Member

Choose a reason for hiding this comment

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

I like how the note was referencing why it was made more complicated than just adding npm

@joshbode
Copy link
Contributor Author

Thanks for the merge :)

@joshbode joshbode deleted the git-build-fix branch May 29, 2019 04:06
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.

Build hub image from git branch is broken
3 participants