Context
I am using Elastic Beanstalk to deploy a very simple test application. I have several packages I want to install using apt. I have included a
Make sure to make your file executable in git
chmod +x path/to/file git update-index --chmod=+x path/to/file
reference from How to add chmod permissions to file in GIT?