debhelper

This commit is contained in:
Jackson Delahunt 2023-11-02 10:01:01 +11:00
parent cd88dc6427
commit 8718c0d764

View file

@ -288,7 +288,7 @@ RUN go install github.com/darkhz/invidtui@latest
# Install jobber
RUN apt-get update -qq && \
apt-get install -qq rsync && \
apt-get install -qq debhelper rsync && \
mkdir /opt/jobber && \
git clone --depth 1 https://github.com/dshearer/jobber /opt/jobber/jobber-src && \
cd /opt/jobber/jobber-src && \