tests/tools/Docker/beremiz-sikuli/build_docker_image.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 08 Aug 2022 18:09:26 +0200
branchwxPython4
changeset 3573 1ee56fb544fc
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
IDE, SVGHMI: Workaround Snap package not launching Inskape, POEdit or Chromium directly, producing lot of output in Incskape CLI, and messing with TMPDIR
#!/bin/bash

set -e

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