tests/tools/Docker/build_docker_image.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 12 Apr 2023 19:32:38 +0200
branchpython3
changeset 3792 365f866ee120
parent 3693 4058140a8757
child 3841 02fa0f8484d7
permissions -rwxr-xr-x
IDE: python-3.10: wxPython calls don't accept float anymore when int is expected
#!/bin/bash

set -e

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