mdhiggins / sma-mod

MIT License
7 stars 2 forks source link

nzbget container not installing requests #11

Closed abhishekjain14 closed 1 year ago

abhishekjain14 commented 1 year ago

When the NZBget container is pulled, with a base image of alpine, the requests library isn't installed. It's easily fixed by going into the docker container and manually rerunning

${SMA_PATH}/venv/bin/pip install -q --no-cache-dir \
        -r ${SMA_PATH}/setup/requirements.txt > /dev/null

but any thoughts on how to fix this?

mdhiggins commented 1 year ago

Any errors from the docker logs during the initial setup?

mdhiggins commented 1 year ago

https://github.com/mdhiggins/sma-mod/tree/s6v2

Nevermind, the issue is that linuxserver has migrated their containers to s6v3 and sma-mod was updated to support this

Legacy containers will need to sue the s6v2 tag. NZBGet is a deprecated container so linuxserver hasn't updated it to s6v3