mirror of
https://github.com/rehlds/revoice.git
synced 2025-04-17 14:52:38 +03:00
Configure a development container to provide a consistent and reproducible Linux-based C++ development environment. Note: Dev Containers are supported in Visual Studio 2022 version 17.4 and newer.
3 lines
101 B
Docker
3 lines
101 B
Docker
# Base image with GCC, Clang, and Cppcheck preinstalled
|
|
FROM hun1er/ubuntu-24.04-cxx-build-env-clang
|