heroku / heroku-buildpack-apt

Buildpack that installs APT based dependencies
249 stars 333 forks source link

Dependencies are not installed #90

Open victor-solvethex opened 3 years ago

victor-solvethex commented 3 years ago

Hi!

I'm using this buildpack on Dokku and it seems that it goes through the install process but when the app gets deployed and I try to run the packages installed by this buildpack, the app cannot find them :(

Any clues? Thanks!

tsadarsh commented 3 years ago

I am facing a similar issue. I have set up the build pack and included "nano" in Aptfile. I can see that the .deb gets downloaded while deploying but when I open my app, it isn't there! Here, I am posting the logs during deployment:

... remote: Reading package lists... remote: -----> Fetching .debs for nano remote: Reading package lists... remote: Building dependency tree... remote: Suggested packages: remote: hunspell remote: The following NEW packages will be installed: remote: nano remote: 0 upgraded, 1 newly installed, 0 to remove and 17 not upgraded. remote: Need to get 269 kB of archives. remote: After this operation, 868 kB of additional disk space will be used. remote: Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 nano amd64 4.8-1ubuntu1 [269 kB] remote: Fetched 269 kB in 0s (568 kB/s) remote: Download complete and in download only mode remote: -----> Installing nano_4.8-1ubuntu1_amd64.deb remote: -----> Writing profile script remote: -----> Rewrite package-config files ...

vaites commented 2 years ago

Dependencies are installed on ~/.apt folder as described here