-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Docker image crashes since 2.0.7 #164
Comments
Dependencies are being installed the same way, only change was a bump in versions. |
This issue is specific to running the container with a non-root user:
which worked in 2.0.6:
likely as a result of 80196b1 exec'ing in as the non-root user reveals the lack of permissions:
but exec'ing in as the root user displays the packages as expected:
|
Oh, that makes sense |
Is there a reason for moving the deps from |
Iirc it was done to be able to reduce the image size a bit, but reverting it should be just fine |
Describe the bug
Docker image appears to be broken since 2.0.7. It immediately crashes upon running.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Supposed to run normally.
iSponsorBlockTV server (please complete the following information):
Additional context
It immediately crashes with this:
Is there an issue with the docker build that's changed since 2.0.6? Are the dependencies being installed differently?
The text was updated successfully, but these errors were encountered: