beremiz

Tests: Fix dockerfile for python3

2023-05-30, Edouard Tisserant
56f08ab3a491
file isExecutable
Tests: Fix dockerfile for python3
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .