tests/tools/Docker/beremiz-sikuli/build_docker_image.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 16 May 2022 21:40:44 +0200
changeset 3459 69771a6ca4a6
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
Tests: More fixes amd enhancments to run tests on Github Actions
#!/bin/bash

set -e

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