summaryrefslogtreecommitdiffstats
path: root/.devcontainer/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Fix umask test failures under Codespaces (#104913)Brett Cannon2023-05-251-2/+2
| | | Also turn on the Python extension for Python code completions and bump the installed versions of wasmtime and the WASI SDK.
* GH-102973: Slim down Fedora packages in the dev container (#103283)Miro HronĨok2023-04-241-2/+2
|
* GH-102973: add a dev container (GH-102975)Brett Cannon2023-03-291-0/+24
On content update, builds `python` and the docs. Also adds a Dockerfile that should include everything but autoconf 2.69 that's necessary to build CPython and the entire stdlib on Fedora. Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: Dusty Phillips <dusty@phillips.codes>