Josh Spicer
Josh Spicer
Interesting, it looks like we do: https://github.com/microsoft/vscode-dev-containers/blob/ac5cb52fc10ad9170beccc58b1021d5bb8af6b37/script-library/python-debian.sh#L282-L284
Ah, this build of python is coming from an upstream [oryx](https://github.com/microsoft/oryx) image we use, which would be built with some set of libraries they control, not the libraries we include...
We have a couple solutions in the works, just a matter of which one will land first 😄 . In the meantime the workaround I previously posted is the best...
a workaround is now published
Definitely! We would accept a PR of any options you find particularly useful. I'd say ideally, all of the options possible to be passed to `go-debian.sh` should be surfaced as...
Thanks for creating an issue. Looks like similar behavior we've had in the past with python, the fix was ensure that in the upstream oryx image we had the shared...
context: https://github.com/microsoft/vscode-dev-containers/issues/1006 https://github.com/github/codespaces/issues/5545
This is on oryx's and our radar, but in the meantime please feel free to use the `php` definition template we have in this repo for any php-related work in...
Interesting, I am unsure what could've changed 🤔
@samruddhikhandale , as you're directly working with the build tool, something to keep an eye out for.