Skip to content

Commit

Permalink
revert: temporary devcontainer buildkit fix removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Mar 7, 2023
1 parent 601a73d commit d1497a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"args": {
// Use the VARIANT arg to pick a Debian OS version: buster, bullseye
// Use bullseye when on local on arm64/Apple Silicon.
"VARIANT": "bullseye",
"BUILDKIT_INLINE_CACHE": "0"
"VARIANT": "bullseye"
}
},
"runArgs": [
Expand Down

0 comments on commit d1497a4

Please sign in to comment.