beremiz

WIP python3 support for runtime

2023-05-12, Edouard Tisserant
a5a6ee271e65
file isExecutable
WIP python3 support for runtime
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .