fix: containers update
This commit is contained in:
@@ -54,11 +54,9 @@ func (d Debian) Packages() (packages []string, err error) {
|
||||
return
|
||||
}
|
||||
|
||||
if !c.Exist() {
|
||||
err = c.Build(d.image(), d.envs(), d.runs())
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
err = c.Build(d.image(), d.envs(), d.runs())
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
kernels, err := GetKernels()
|
||||
|
Reference in New Issue
Block a user