tests/tools/Docker/rebuild_docker.sh
author GP Orcullo <kinsamanka@gmail.com>
Fri, 28 Oct 2022 17:01:10 +0800
branchpython3
changeset 3759 f713566d5d01
parent 3693 4058140a8757
permissions -rwxr-xr-x
convert sort and cmp functions to Python3
#!/bin/bash

set -e

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