tests/tools/Docker/rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 12 Apr 2023 19:28:37 +0200
branchpython3
changeset 3791 c98646b1c981
parent 3693 4058140a8757
permissions -rwxr-xr-x
Fixes for wxPython-4.0.7 (ubuntu22) compatible with wxPython-4.1.x
#!/bin/bash

set -e

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