1
0

fix: containers update

This commit is contained in:
2024-06-06 12:59:04 +00:00
parent 75dd8f4a51
commit d3a575e5e3
7 changed files with 20 additions and 28 deletions

View File

@@ -43,11 +43,9 @@ func (u Ubuntu) Packages() (pkgs []string, err error) {
return
}
if !c.Exist() {
err = c.Build("ubuntu:"+u.release, u.envs(), u.runs())
if err != nil {
return
}
err = c.Build("ubuntu:"+u.release, u.envs(), u.runs())
if err != nil {
return
}
cmd := "apt-cache search " +