tests/tools/Docker/build_docker_image.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 11 Oct 2024 10:18:57 +0200
changeset 4025 92b3701fceed
parent 3841 02fa0f8484d7
permissions -rwxr-xr-x
SVGHMI: Extend ForEach widget to expose range, position and size in a way comparable with ScrollBar widget.
#!/bin/bash

set -e

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