tests/tools/Docker/build_docker_image.sh
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 05 Sep 2024 15:55:46 +0200
changeset 4011 fdbb3c4ebbf6
parent 3841 02fa0f8484d7
permissions -rwxr-xr-x
MQTT: WIP supporting structured types : do not crash when generating C code if using location with no size
#!/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 .