在线编译环境 cola on line ,安装xmake进行编译
sudo add-apt-repository ppa:xmake-io/xmake
sudo apt update
sudo apt install xmake
#去除缓存
docker builder prune
sudo docker build --progress=plain -t xibei1220/cola:latest .
docker run -itd --net=host --name cola-test xibei1220/cola:latest
docker exec -it af72aead6bfb /bin/bash