feat: add python support
This commit is contained in:
parent
0162c27789
commit
5ee7dd5f8d
@ -56,7 +56,7 @@ func (dc *dockerContainer) CreateAndStartContainer() error {
|
||||
}
|
||||
|
||||
// Pull debian image if not available locally
|
||||
_, err := dc.Client.ImagePull(dc.Ctx, "debian", image.PullOptions{})
|
||||
_, err := dc.Client.ImagePull(dc.Ctx, "python:3.13", image.PullOptions{})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user