We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3465901 commit 2bb0cf7Copy full SHA for 2bb0cf7
1 file changed
.devcontainer/devcontainer.json
@@ -8,7 +8,10 @@
8
9
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
10
//"image": "mcr.microsoft.com/devcontainers/python:1-${templateOption:imageVariant}",
11
- "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
+ //"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
12
+
13
+ // Using the prebuild
14
+ "image": "ghcr.io/league-infrastructure/jtlpython:latest",
15
16
// Features to add to the dev container. More info: https://containers.dev/features.
17
"features": {
0 commit comments