Compiling Unzip for use on Heroku

I recently needed to unzip a file on Heroku. I attempted to use gunzip without success. I also tried tar but that didn’t work either. I needed unzip, but Heroku doesn’t include this in /bin on the dyno. So I set out to compile a version of the…