Skip to content

Commit

Permalink
Create fedora devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Nov 9, 2024
1 parent 16218fb commit ce3f4d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM fedora:latest

RUN sudo dnf -y group install development-tools
13 changes: 13 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools"
],
"postCreateCommand": "dnf -y install make gcc"
}

0 comments on commit ce3f4d0

Please sign in to comment.