tests/tools/Docker/build_docker_image.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 05 Dec 2022 15:53:25 +0100
branchwxPython4
changeset 3695 a89ebe406e35
parent 3693 4058140a8757
child 3841 02fa0f8484d7
permissions -rwxr-xr-x
tests: attemps to make OCR based hits more stable
#!/bin/bash

set -e

echo "Building docker image"
docker build \
    --build-arg UID=$(id -u) \
    --build-arg GID=$(id -g) \
    -t beremiz_sikuli .