rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 09 Sep 2021 21:54:33 +0200
changeset 38 3991f82369cb
parent 37 fd09116d3537
permissions -rwxr-xr-x
Bundle in installer only fraction of MSYS2: Mingw32. The rest isn't needed for now.
#!/bin/bash

set -e

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