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

Installed packages not available on dynos #102

Open
Ruffle opened this issue Mar 24, 2023 · 0 comments
Open

Installed packages not available on dynos #102

Ruffle opened this issue Mar 24, 2023 · 0 comments

Comments

@Ruffle
Copy link

Ruffle commented Mar 24, 2023

I managed to get the package I needed installed during deployment:
(specified link to .deb in Aptfile)
image

However the application still behaves as the package was not present
ERROR 2023-03-24 11:55:18,575 [images] Failed to load image at "<redacted>.webp" (Pixbuf error: Unrecognized image file format)

When I use bash and check if the package is present:

~ $ apt list --installed | grep pixbuf

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libgdk-pixbuf2.0-0/now 2.40.0+dfsg-3ubuntu0.4 amd64 [installed,local]
libgdk-pixbuf2.0-common/now 2.40.0+dfsg-3ubuntu0.4 all [installed,local]
~ $ 

Is this normal? Isn't the whole point of this buildpack to have the package available on runtime and not only during deployment?

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

1 participant