beremiz

Merged changes from default in wxPython4 branch
wxPython4
2022-11-04, Edouard Tisserant
e0d6f5f0dcc2
file isExecutable
Merged changes from default in wxPython4 branch
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .