tests/tools/Docker/rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 19 Nov 2024 23:52:04 +0100
changeset 4042 03df7946c2fa
parent 3693 4058140a8757
permissions -rwxr-xr-x
IDE: Allow environment variable override in ThirdPartyPath, and use it also for matiec.
#!/bin/bash

set -e

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