beremiz

file isExecutable
Tests: re-enable running test in github action, now that docker image should be cached.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER