tests/tools/Docker/beremiz-sikuli/rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 21 Oct 2022 16:26:35 +0200
branchwxPython4
changeset 3639 6c7e8e8c6bc5
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
IDE: fix action block editor's GridCellEditor. Consequence of wxPython4 bump.
#!/bin/bash

set -e

./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1