Add docker check
All checks were successful
/ ls (push) Successful in 3s

This commit is contained in:
Bill Niblock 2025-06-07 16:54:47 +00:00
parent 249365e430
commit 64ab6b1876

View file

@ -21,6 +21,10 @@ jobs:
run: |
whoami
- name: Is Docker installed in the default bookworm container?
run: |
which docker || echo "Nope :("
- name: Check for the Docker socket
run: |
ls -alh /var/run
ls -alh /var/run/