michaelmcandrew / civicrm-buildkit-docker

This is a read only copy. Please make PRs here: https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
GNU Affero General Public License v3.0
40 stars 31 forks source link

cli essentials #64

Closed ginkgomzd closed 3 years ago

ginkgomzd commented 3 years ago

update system package dependencies

add bash-completion and common cli text-editors (vim, nano)

michaelmcandrew commented 3 years ago

hello and thanks @ginkgomzd! nice additions.

There are some instructions here on updating Dockerfiles: https://github.com/michaelmcandrew/civicrm-buildkit-docker/blob/master/publish/README.md. Essentially, you need to update the template first and then generate the derivatives.

I took the liberty of doing so in this commit. I also did a little cleanup.

Let me know what you think. Happy to merge if you are.

ginkgomzd commented 3 years ago

I figured I was doing it wrong.

I re-created all of the changes and pushed a new branch to this PR.

I separated the documentation changes into another PR #65

michaelmcandrew commented 3 years ago

thanks!