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

Include a list of apt package names to be installed in a file named Aptfile #335

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

dbeatty10
Copy link
Contributor

@dbeatty10 dbeatty10 commented Nov 8, 2024

Description

Resolves #334

Commands

The first and last commands below are only to show which buildpacks have been installed. It's really only the middle command that adds the necessary buildpack:

heroku buildpacks --app dbt-hubcap
heroku buildpacks:add --index 1 heroku-community/apt --app dbt-hubcap
heroku buildpacks --app dbt-hubcap

Afterwards, the app needs to be re-deployed per these instructions.

@dbeatty10 dbeatty10 marked this pull request as ready for review November 8, 2024 21:40
@dbeatty10 dbeatty10 merged commit e2b51ab into main Nov 8, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

git is not available at run time in Heroku Stack-24 by default
1 participant