beremiz

C runtime: fix logging, makes test pass

2024-06-03, Edouard Tisserant
9b4ffbb95338
file isExecutable
C runtime: fix logging, makes test pass
#!/bin/bash
set -e
echo "Building docker image"
cp -f ../../../requirements.txt requirements.txt
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .