Skip to content

Commit

Permalink
chore: remove unneeded commands from devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Aug 31, 2024
1 parent ea40070 commit 8bc1f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"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'",
"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 env create devel'",
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-je+-containers-non-root.
Expand Down

0 comments on commit 8bc1f5a

Please sign in to comment.