Skip to content

Commit

Permalink
Merge pull request #3 from microsoft/docker-dependency-dependsOn
Browse files Browse the repository at this point in the history
updated to move to dependsOn
  • Loading branch information
bigtallcampbell committed Jun 4, 2024
2 parents 8251104 + b1bb278 commit c8194f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/features/k3s-on-host/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"KUBECONFIG": "/k3s-on-host/k3s.devcontainer.yaml",
"INSTALLDOCKERBUILDX": "false"
},
"installsAfter":[
"ghcr.io/devcontainers/features/docker-outside-of-docker"
],
"dependsOn":{
"ghcr.io/devcontainers/features/docker-outside-of-docker":{}
},
"updateContentCommand": "/k3s-on-host/updateContent.sh"
}

0 comments on commit c8194f8

Please sign in to comment.