beremiz
Clone
Summary
Browse
Changes
Graph
Tests: Added BEREMIZPYTHONPATH to point to Python interpreter to use for tests.
wxPython4
2022-02-18, Edouard Tisserant
5bcef31e276d
file is
Executable
Tests: Added BEREMIZPYTHONPATH to point to Python interpreter to use for tests.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .