Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan authored Nov 9, 2024
1 parent ce3f4d0 commit b0f4cb1
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools"
],
"postCreateCommand": "dnf -y install make gcc"
"name": "my-project-devcontainer",
"image": "fedora:latest", // Any generic, debian????-based image.
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:1": {
"version": "latest",
"moby": true
}
}
}

0 comments on commit b0f4cb1

Please sign in to comment.