Skip to content

Commit

Permalink
Switch to full rebuild for Codespace container
Browse files Browse the repository at this point in the history
  • Loading branch information
meriac committed Dec 2, 2023
1 parent 6b1c41d commit 7316322
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"image": "ghcr.io/meriac/openxc7-litex:latest",
"name": "openxc7-litex",
"build": {
"dockerfile": "../container/Containerfile",
"context": "../container",
"args": {
"BASEIMG": "ghcr.io/meriac/openxc7-dev:latest"
}
},
"containerEnv" : {
"USER": "builder"
},
"features": {
}
}

0 comments on commit 7316322

Please sign in to comment.