heroku-buildpack-apt icon indicating copy to clipboard operation
heroku-buildpack-apt copied to clipboard

Buildpack that installs APT based dependencies

Results 42 heroku-buildpack-apt issues
Sort by recently updated
recently updated
newest added

I recently had an issue that required me to not only install packages via this buildpack, but execute the installed files directly. It turns out that the buildpack does not...

Are there plans for CNB compatibility for this buildpack? If not, is there a recommended alternative? Since [Heroku's non-CNB builders are now EOL](https://github.com/heroku/cnb-builder-images/issues/474), this buildpack is no longer usable. /cc...

Hello there. Much like a previous user, who posted this issue: https://github.com/heroku/heroku-buildpack-apt/issues/77, I am trying to build a web app that uses PyAudio (and in fact, largely *have* built it...

Hello, I have an issue with cron package. After install it I cannot use, I get the next error: ``` $ crontab -l /var/spool/cron: No such file or directory ```...

Please, it's the only capitalized filename in my repo and it's driving me mad!

Hey there, sorry if this is somehow self-infliced, but it seems to me that the buildpack is pulling in a bunch of stuff, like firefox, which is taking up hundreds...

Is there a way to specify the version of a dependency in an `Aptfile`? If so, will you add an example of that in the README, please? If not, will...

What I'd like to do is install `souffle` on my node. Following the `souffle` docs, one would do this: ``` sudo wget https://souffle-lang.github.io/ppa/souffle-key.public -O /usr/share/keyrings/souffle-archive-keyring.gpg echo "deb [signed-by=/usr/share/keyrings/souffle-archive-keyring.gpg] https://souffle-lang.github.io/ppa/ubuntu/ stable...

The README still suggests: > # or add custom apt repos (only required if using packages outside of the standard Ubuntu APT repositories) > :repo:deb https://apt.example.com/ example-distro main But some...

I managed to get the package I needed installed during deployment: (specified link to .deb in Aptfile) ![image](https://user-images.githubusercontent.com/18682732/227509642-03cc0f73-e8e5-498c-a180-342be1988db9.png) However the application still behaves as the package was not present `ERROR...