beremiz

IDE: more fixes for wxPython 4.0.7 and pyhon 3.10
python3
2023-04-13, Edouard Tisserant
223a91584172
file isExecutable
IDE: more fixes for wxPython 4.0.7 and pyhon 3.10
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .