So, I want to install the dig command because it's not available in the Codebuild v5 image.
I tried to do:
sudo apt-get install dnsutils
but it errors out with an exit status 100
.
What's the best way to get this utility in my image with the buildspec.yml
?