Skip to content

Commit

Permalink
Revert Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Nov 17, 2024
1 parent cd93cac commit 5cabb8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
12 changes: 0 additions & 12 deletions .devcontainer/Dockerfile

This file was deleted.

8 changes: 1 addition & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"containerEnv": {
"PATH": "/opt/gcc/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf/bin:/opt/gcc/gcc-arm-10.3-2021.07-x86_64-arm-none-eabi/bin:${PATH}"
},
"postCreateCommand": "export RPI=3 && ./build.sh"
"postCreateCommand": "echo 'Hello, Dev Container!'"
}

0 comments on commit 5cabb8c

Please sign in to comment.