ddev / ddev-contrib

Contrib space for DDEV services, tools, snippets, and approaches.
Apache License 2.0
162 stars 162 forks source link

Update Dockerfile for newest version of stripe-cli #238

Closed moritz-ngo closed 8 months ago

moritz-ngo commented 8 months ago

The New Solution/Problem/Issue/Bug:

Update Dockerfile to be able to install the newest version of Stripe CLI

How this PR Solves The Problem:

With the old Dockerfile, it was not possible to install the newest version of Stripe CLI

Manual Testing Instructions:

See web-container-dockerfiles/stripe-cli/README.md file

Related Issue Link(s):

https://github.com/ddev/ddev-contrib/pull/86

tyler36 commented 8 months ago

Thank you for the PR @moritz-ngo

Many of the recipes included in this repo are being turned into addons that can be easiliy installed. Since you are a user of stripe-cli, any interest in creating an addon?

People are usually available on Discord (or slack) if you need some help.

https://github.com/ddev/ddev-addon-template

rfay commented 8 months ago

I'll pull this, but an add-on is the path to the future. Thanks!