외부 서버를 새롭게 생성한 후, git clone을 하려고 하니 'bash: git command not found' 에러가 발생하였다. 아래의 코드를 통해 해결할 수 있다.
apt update apt install -y git