Skip to content

Commit c179f28

Browse files
committed
Make sure docker-compose is available in the devcontainer
This is required to run the tests.
1 parent ef42226 commit c179f28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
// Features to add to the dev container. More info: https://containers.dev/features.
1010
"features": {
11+
"ghcr.io/devcontainers/features/docker-in-docker": {},
1112
"ghcr.io/devcontainers/features/github-cli:1": {
1213
"version": "latest"
1314
},

0 commit comments

Comments
 (0)