rogerfar / rdt-client

Real-Debrid Client Proxy
MIT License
907 stars 113 forks source link

[v2.0.47] Docker container fails to start after installing .net8 from repo #359

Closed nihilist77 closed 10 months ago

nihilist77 commented 12 months ago

What version are you using? v2.0.47

Wat OS are you running? Linux 64 bit

Are you using Docker or as a service? Docker

Which debrid provider are you using? PMZ

Please attach a log file here with the log setting set to debug

Changing to /app folder
Starting rtdclient
s6-applyuidgid: fatal: unable to exec dotnet: No such file or directory
You are using a legacy method of defining umask
please update your environment variable from UMASK_SET to UMASK
to keep the functionality after July 2021
Setting permissions
Changing to /app folder
Starting rtdclient
s6-applyuidgid: fatal: unable to exec dotnet: No such file or directory
You are using a legacy method of defining umask
please update your environment variable from UMASK_SET to UMASK
to keep the functionality after July 2021
Setting permissions
Changing to /app folder
Starting rtdclient
s6-applyuidgid: fatal: unable to exec dotnet: No such file or directory
You are using a legacy method of defining umask
please update your environment variable from UMASK_SET to UMASK
to keep the functionality after July 2021
Setting permissions
Changing to /app folder
Starting rtdclient
s6-applyuidgid: fatal: unable to exec dotnet: No such file or directory
SergeantPanda commented 12 months ago

I'm getting the same exact thing.

SoniaMalki commented 12 months ago

Same, I just updated it

jefroshay commented 12 months ago

Working again with latest release.

Koomongous commented 11 months ago

Still getting this with latest version. Everything after 2.0.40 is broken for me. Running on an RPi4.

rogerfar commented 11 months ago

You'll probably have to wait until the alpine package manager will finally add .NET 8.

Anonymes-User commented 11 months ago

Still getting this with latest version. Everything after 2.0.40 is broken for me. Running on an RPi4.

Same here with docker on Debian12 arm64. I disabled watchtower updates and stayed on V2.0.40: working fine so far

rogerfar commented 10 months ago

The docker build files have been updated to support v8 better on all platforms now.