Build docker: cd docker ./build.sh # sudo? Example usage: ./run-native with_deps unpack MEGAPROGRAM-1.0.0 cd docker-builder ./run env_release MEGAPROGRAM-1.0.0 # sudo? ready environment will placed into: docker-builder-data/build/packet/linux-x64/MEGAPROGRAM-1.0.0/env_release "dry_run" option for paranoics: ./run-native dry_run with_deps unpack MEGAPROGRAM-1.0.0 List of commands do for List of actions: - download - unpack - build - install - install_release - envdeps - envdeps_release - env - env_release dry_run - simulate activity with_deps - execute for and all deps clean_ACTION - remove all data of completed ACTION for ex.: clean_unpack MEGAPROGRAM-1.0.0 clean_all_unpack - cleans download and unpack see: clean_ACTION clean_all_env - cleans install, install_release, envdeps, envdeps_release, env and env_release see: clean_ACTION clean_all_install - cleans all env and build see: clean_all_env , clean_ACTION clean_all - remove all data of all completed actions for set_undone_ACTION set_undone_all_unpack set_undone_all_env set_undone_all_install set_undone_all - mark ACTION incomplete for , but keep action data see: clean_* comands shell - run shell in environment of