-
Notifications
You must be signed in to change notification settings - Fork 2
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
Apt - Minimum Viable Buildpack - 02 - Aptfile Parsing #2
Conversation
98a8291
to
4e13abe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exciting to see rapid progress on this! :-D
09e74cd
to
5d59a6d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
The
Aptfile
is how an application can specify custom packages to install. Unlike the version from our classic apt buildpack, this parser does not support:Only package names, comment lines, and blank lines are supported in this version.
Package names are parsed according to the restrictions defined in the Debian Manual.