beremiz

Tests: Fixed wrong path (relative to $HOME) in CLI tests.
wxPython4
2023-02-02, Edouard Tisserant
4906295e0be6
file isExecutable
Tests: Fixed wrong path (relative to $HOME) in CLI tests.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .