diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e175726..6ed370b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ { "name": "DevContainerExample", - "image": "mcr.microsoft.com/devcontainers/base:dev-ubuntu-20.04", - "postCreateCommand": "sudo apt-get update && sudo apt-get install -y gdb && make", + "image": "devstar.cn/base/dev-base:latest", + "postCreateCommand": "gcc -v", "customizations": { "vscode": { "settings": { @@ -21,5 +21,5 @@ } }, "initializeCommand": "gdb -ex 'set confirm off' -ex quit", // 初始化GDB配置 - "postAttachCommand": "make debug" + "postAttachCommand": "make" } \ No newline at end of file