summaryrefslogtreecommitdiff
path: root/.devcontainer/Dockerfile
AgeCommit message (Collapse)Author
2026-02-26Update .vscode and .devcontainer files (#6246)coavins
This commit makes some changes to the dockerfile to make it work again. We install cmake from source in order to meet the minimum required version specified in the CMakeLists.txt file. We build the same version that is installed on the CI runner image. We also build tinyxml2 from source because we need some cmake files that are apparently not included in the apt package.
2023-02-28[Dev] Add Support for Github Codespaces (#2551)David Chavez
* Add apt packages * Move to docker based codspace