DataDog / dd-trace-php

Datadog PHP Clients
https://docs.datadoghq.com/tracing/setup/php
Other
481 stars 149 forks source link

Improve Linux dev setup #2720

Closed iamluc closed 2 weeks ago

iamluc commented 2 weeks ago

Description

Our Docker dev setup is mainly designed for macOS. This PR should help Linux users (as I am now), and change nothing for macOS users.

Reviewer checklist

iamluc commented 2 weeks ago

chowning permissions in the container?

The important part is usermod/groupmod. Chowning is secondary but useful to copy the compiled extension in /opt, like when running make install