Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add `git checkout -- .` to Dockerfile run command as `make update` does not do this for the main TA repository*, and if there are outstanding changes, the built code will not be the latest. Also swap chaining commands with `;` to using `&&` as all steps should be completed successfully.
- Loading branch information