Skip to content

Commit a09b8ca

Browse files
authored
Merge pull request #14875 from nextcloud/fix/fix-devcontainer
chore(DevContainer): Add Python 3.13 to devcontainer and remove composer call
2 parents 27c182a + b9bb07c commit a09b8ca

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@
1212
]
1313
}
1414
},
15-
"postCreateCommand": "python3 -m pip install -r requirements.txt && python3 -m pip install sphinx-autobuild && cd build && composer install --ignore-platform-reqs"
15+
"features": {
16+
"ghcr.io/devcontainers/features/python:1": {
17+
"version": "3.13"
18+
}
19+
},
20+
"postCreateCommand": "python3 -m pip install -r requirements.txt && python3 -m pip install sphinx-autobuild",
21+
"waitFor": "postCreateCommand"
1622
}

0 commit comments

Comments
 (0)