Versions
Standard
docker build -t styio https://github.com/eBioRing/styio-dev-env.git#main:docker/stdAfter successfully executing this line of command, an image of styio should be visible in the docker image list, check with:
docker image ls -aFor more details:
Pre-Installed Packages
Customized Environment Variables
clang: Alias of/usr/bin/clang-16clang++: Alias of/usr/bin/clang++-16CC: Let CMake use Clang instead of GCC.CXX: Let CMake use Clang++ instead of G++.
Workspaces
/root/styio: styio compiler ./root/styio-ext-vsc: styio extension for vscode.
Visual Studio Code mounts the git repository with the .devcontainer as default workspaces automatically. For more details:
Last updated
