We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
gliderlabs/docker-alpine#504
Sorry, something went wrong.
docker-library/openjdk#289
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.
docker/base/Dockerfile
RUN apk update && \ apk upgrade && \ apk add --no-cache \ bash \ ca-certificates \ curl \ wget \ tar \ jq \ unzip \ vim \ nss
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: