debhelper

This commit is contained in:
Jackson Delahunt 2023-10-07 02:18:20 +11:00
parent f971424e2e
commit dea10e92c3

View file

@ -273,7 +273,7 @@ RUN go install github.com/darkhz/invidtui@latest
# Install jobber # Install jobber
RUN apt-get update -qq && \ RUN apt-get update -qq && \
apt-get install -qq rsync && \ apt-get install -qq debhelper rsync && \
git clone --depth 1 https://github.com/dshearer/jobber /opt/jobber && \ git clone --depth 1 https://github.com/dshearer/jobber /opt/jobber && \
cd /opt/jobber/packaging && \ cd /opt/jobber/packaging && \
sed -i 's/dh-system[^,]*,//' debian/debian-pkg/control && \ sed -i 's/dh-system[^,]*,//' debian/debian-pkg/control && \