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

Alpine Linux 3.9 broke SBT #4

Open
Zethson opened this issue Mar 15, 2019 · 4 comments
Open

Alpine Linux 3.9 broke SBT #4

Zethson opened this issue Mar 15, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@Zethson
Copy link
Collaborator

Zethson commented Mar 15, 2019

The updated 3.9 Alpine Image broke SBT.

We should either move to Ubuntu anyways or test over the weeks whether they fixed it or not.

@Zethson Zethson added the bug Something isn't working label Mar 15, 2019
@Zethson
Copy link
Collaborator Author

Zethson commented Mar 20, 2019

@Zethson
Copy link
Collaborator Author

Zethson commented Mar 20, 2019

@felipecaon
Copy link

felipecaon commented Mar 20, 2019

Unfortunately I don't have powers to open pull requests, but fix can be performed under docker/base/Dockerfile just by adding nss to line 13.

RUN apk update && \ apk upgrade && \ apk add --no-cache \ bash \ ca-certificates \ curl \ wget \ tar \ jq \ unzip \ vim \ nss

@Zethson
Copy link
Collaborator Author

Zethson commented Mar 20, 2019

Thank you!
I already figured this out as well and already applied it. It's working.

I'm leaving this issue open as a reminder for myself to remove nss again if it gets added as openjdk8 dependency again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants