Closed temujin9 closed 8 years ago
I have the same problem with the 'net-tools' apt. After some figuring out with Support team from Heroku, we found that the reason below
It seems like the tools are installed, if you run heroku run bash you'll find netstat in /app/.apt/bin however it seems the buildpack is adding /app/.apt/usr/bin to the PATH which doesn't contain the executables
So I using the temporary fix like this
PATH=$PATH:/app/.apt/bin;export PATH;node test
Hope we can have a quick fix in the buildpack soon :)
I have
awscli
in the Aptfile, which depends on botocore.The install returns:
but later steps (which use the
aws
command) fail with: