tests/tools/Docker/build_docker_image.sh
author Edouard Tisserant <edouard@beremiz.fr>
Mon, 28 Oct 2024 16:06:50 +0100
changeset 4033 208a808d1081
parent 3841 02fa0f8484d7
permissions -rwxr-xr-x
eRPC: Server closes connection on exception to prevent client to block until timeout when it happens.
#!/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 .