Skip to content

Commit

Permalink
feat: add Docker in Docker and GH cli to the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Aug 6, 2024
1 parent 5d81c0c commit 4503b66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/devcontainer/base/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"dockerfile": "Dockerfile"
},

"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
},

"remoteUser": "coder"
}

0 comments on commit 4503b66

Please sign in to comment.