tests/tools/Docker/beremiz-sikuli/build_docker_image.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 25 Feb 2022 14:04:09 +0100
branchwxPython4
changeset 3433 e60bb9b3d498
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
Tests: Makefile's PIPESTATUS turned into small letters (wrong vim shortcut ?) leading to always passing tests.
#!/bin/bash

set -e

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