The docker entrypoint and cmd scripts are a bit redundant. The CMD dual_boot.sh script should just move to the entrypoint script and we remove the CMD altogether.
We should also enforce Unix line endings via .gitattributes as some Windows users have had problems when building the image related to line endings mismatch.