Reputation: 12121
I'm trying to install htop using a .ebextensions configuration file in my project root. The file is named eb.config and contains the following:
packages:
yum:
htop: []
yet, it doesn't get installed when I run
eb update
Is my config file wrong?
I'm using the 64bit Amazon Linux 2014.03 v1.0.3 running PHP 5.5 solution stack.
Upvotes: 0
Views: 3398
Reputation: 301
More a question then an Answer (can't comment yet). Did you already add it to git and push it to S3? In my experience if it's not in the git zip file on S3, it doesn't get picked up.
Upvotes: 3