chore: bump debian buster → trixie with deb822 sources fix #10

Merged
jcabillot merged 15 commits from fix/debian-trixie-transition into master 2026-06-12 09:13:03 -04:00
Showing only changes of commit 3ea95d1cac - Show all commits
+1 -1
View File
@@ -33,7 +33,7 @@ RUN export SABNZBD_VERSION=3.7.2 PAR2CMDLINE_VERSION=v0.6.14-mt1 && \
curl -SL -o /tmp/sabnzbd.tar.gz https://github.com/sabnzbd/sabnzbd/releases/download/${SABNZBD_VERSION}/SABnzbd-${SABNZBD_VERSION}-src.tar.gz && \
tar xzf /tmp/sabnzbd.tar.gz && \
mv SABnzbd-* sabnzbd && \
sed -i 's/^cffi==.*/cffi/' /sabnzbd/requirements.txt && \
sed -i 's/==.*//' /sabnzbd/requirements.txt && \
pip3 install -r /sabnzbd/requirements.txt && \
chown -R sabnzbd: sabnzbd && \
curl -o /tmp/par2cmdline-mt.tar.gz https://codeload.github.com/jkansanen/par2cmdline-mt/tar.gz/${PAR2CMDLINE_VERSION} && \