beremiz

replaced depreciated function
python3
2022-10-31, GP Orcullo
c032fff8af32
file isExecutable
replaced depreciated function

cmp is not used for sorting
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .