Skip to content

Commit 2bb0cf7

Browse files
committed
Using Prebuilt
1 parent 3465901 commit 2bb0cf7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
1010
//"image": "mcr.microsoft.com/devcontainers/python:1-${templateOption:imageVariant}",
11-
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
11+
//"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
12+
13+
// Using the prebuild
14+
"image": "ghcr.io/league-infrastructure/jtlpython:latest",
1215

1316
// Features to add to the dev container. More info: https://containers.dev/features.
1417
"features": {

0 commit comments

Comments
 (0)