We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A few years ago, I demoed how to convert a "curl | bash" to an rpm.
Might be time to add this to fpm?
I think the rough steps are:
docker build ...
docker save
It's possible other tools might work for this as well, instead of docker, but we can start with docker.
The text was updated successfully, but these errors were encountered:
Enable packaging of curl|bash and other wild stuff.
e8fb7dd
For #1853
No branches or pull requests
A few years ago, I demoed how to convert a "curl | bash" to an rpm.
Might be time to add this to fpm?
I think the rough steps are:
docker build ...
itdocker save
the resultIt's possible other tools might work for this as well, instead of docker, but we can start with docker.
The text was updated successfully, but these errors were encountered: