Closed mdeweerd closed 6 months ago
FYI: With the following command run by docker the git functions work. It uninstalls kidiff, but allows me to run the diff functions anyway (because it's downloaded 👍) :
/bin/bash -c "apt --fix-broken install -y ; apt update ; apt install -y ssh ; chmod 700 $TGTHOMEDIR/.ssh ; cd workdir/$SUBDIR ; kibot --version ; $ARGS"
Hi @mdeweerd !
Fresh images should now contain the ssh client
Thanks!
I am using submodules to include libraries.
The diff target does a recursive update which fails.
I mapped my .ssh directory into the docker but that does not suffice, 'ssh' itself is missing.
On a side note, I try to add 'ssh' with:
apt update ; apt install -y ssh
but I ran into the following (ghcr.io/inti-cmnb/kicad8_auto_full:dev):