microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.72k stars 1.41k forks source link

Rust container enable-shared python3.10 #1609

Open AsafFisher opened 2 years ago

AsafFisher commented 2 years ago

The python3.10 that comes in the rust container cannot be linked with because it was not compiled with -FPIC

Please enable this in the docker!

bamurtaugh commented 2 years ago

Thanks for the letting us know!

Our team has been actively focused on an updated plan for community contributions and this repo moving forward, which we've now outlined in this issue: https://github.com/microsoft/vscode-dev-containers/issues/1589. This includes moving to a couple new repos for images (https://github.com/devcontainers/images) and Features (https://github.com/devcontainers/features), and we anticipate to have a similar repo and process for templates/definitions.

If these should be an update in the Python image, please feel free to open a PR. If it's more focused on the template/definition, please stay tuned for when our new templates repo is available.

Please let me know if you have any questions, thank you!