fix-jobber

This commit is contained in:
Jackson Delahunt 2023-10-03 17:44:11 +11:00
parent 3df90a23e1
commit 17a5fbcf46

View file

@ -278,7 +278,9 @@ RUN apt-get update -qq && \
cd /opt/jobber/packaging && \
sed -i 's/dh-system[^,]*,//' debian/debian-pkg/control && \
make -C debian pkg-local . && \
dpkg -i debian/jobber_*.deb
cd .. && \
make && \
make install
# Install jump directory navigator
RUN git clone --depth 10 https://github.com/gsamokovarov/jump /opt/jump && \