Meta: Update the devcontainer configuration

Update the base image and the feature images
Add new packages to the install.sh command
as they are now needed by some dependencies, that are built via vcpkg
Add newer clang version, but the default stays the same
This commit is contained in:
Totto16
2024-10-11 20:03:41 +02:00
committed by Andrew Kaster
parent 711faa8280
commit 846a3a16e2
4 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ CMake 3.25 or newer must be available in $PATH.
### Debian/Ubuntu:
<!-- Note: If you change something here, please also change it in the `devcontainer/devcontainer.json` file. -->
```bash
sudo apt install autoconf autoconf-archive automake build-essential ccache cmake curl fonts-liberation2 git libavcodec-dev libavformat-dev libavutil-dev libgl1-mesa-dev nasm ninja-build pkg-config qt6-base-dev qt6-tools-dev-tools qt6-wayland tar unzip zip
```