Skip to content

Commit 67eb989

Browse files
committed
chore(build): update devcontainer to install gdb
1 parent df6762a commit 67eb989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2929
// "forwardPorts": [],
3030
// Use 'postCreateCommand' to run commands after the container is created.
31-
"postCreateCommand": "bash -i -c 'npm install --also-dev && pipx install hatch && hatch config set dirs.env.virtual .hatch && hatch env create devel'",
31+
"postCreateCommand": "bash -i -c 'sudo apt update -y && sudo apt upgrade -y && sudo apt install gdb -y && npm install --also-dev && pipx install hatch && hatch config set dirs.env.virtual .hatch && hatch env create devel'",
3232
// Configure tool-specific properties.
3333
// "customizations": {},
3434
// Uncomment to connect as root instead. More info: https://aka.ms/dev-je+-containers-non-root.

0 commit comments

Comments
 (0)