git not found
Closed this issue · 4 comments
mattanimation commented
I think there may be an issue where git isn't installed on the latest container build? Every time I run the script I just get:
/bin/sh: 1: git: not found
for each call to checkmate in the script.
I've tried:
- both versions of the script
OS: MacOS Sonoma 14.5
Shell: bash and zsh
Docker Desktop: latest version
marcinguy commented
Have the same error :)
marcinguy commented
Actually I have an error that checkmate
is missing, despite being build in the image.
Status: Downloaded newer image for sunsolution/betterscan-worker-cli:latest
/bin/sh: 1: checkmate: not found
/bin/sh: 1: checkmate: not found
/bin/sh: 1: checkmate: not found
/bin/sh: 1: checkmate: not found
🤷♂️
mattanimation commented
can confirm that today running the script now has the same output:
Status: Downloaded newer image for sunsolution/betterscan-worker-cli:latest
/bin/sh: 1: checkmate: not found
/bin/sh: 1: checkmate: not found
/bin/sh: 1: checkmate: not found
/bin/sh: 1: checkmate: not found
marcinguy commented
I think I found the root cause of the issue. Rebuilding images now