Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies are not installed #90

Open
victor-solvethex opened this issue Jul 13, 2021 · 2 comments
Open

Dependencies are not installed #90

victor-solvethex opened this issue Jul 13, 2021 · 2 comments

Comments

@victor-solvethex
Copy link

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
Copy link

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
Copy link

vaites commented Oct 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants