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 latest tag and the 2.5.0 tag does not start anymore.
In the commit 20f67cfa8087c4f97ff08d7da9f1702d627f6aef, besides removing curl and ca-certificates also the npm install command was removed.
curl
ca-certificates
npm install
Readding npm install in the Dockerfile should fix that.
The text was updated successfully, but these errors were encountered:
Hotfix for #23
1f85a2c
b757025
Oh boy, that is correct, had a strange side effect with QEMU and that lead to this bad decision. Fixed, pushed as 2.5.0 and 2.5.1, can you try again?
Sorry, something went wrong.
Starts just fine now. Thanks for the quick fix.
No branches or pull requests
The latest tag and the 2.5.0 tag does not start anymore.
In the commit 20f67cfa8087c4f97ff08d7da9f1702d627f6aef, besides removing
curl
andca-certificates
also thenpm install
command was removed.Readding
npm install
in the Dockerfile should fix that.The text was updated successfully, but these errors were encountered: