beremiz

IDE: one more consequence of wxPython's 3 to 4 version bump
wxPython4
2022-08-10, Edouard Tisserant
cbf99c4122bd
file isExecutable
IDE: one more consequence of wxPython's 3 to 4 version bump
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .