tests/tools/Docker/build_docker_image.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 03 Feb 2023 16:40:04 +0100
branchwxPython4
changeset 3722 ffce28009ad3
parent 3693 4058140a8757
child 3841 02fa0f8484d7
permissions -rwxr-xr-x
IDE: prevent IDE/CLI process surviving to sys.exit() by using deamon threads to monitor external processes output streams.
#!/bin/bash

set -e

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