fix: containers update
This commit is contained in:
		| @@ -38,12 +38,9 @@ func (ol OracleLinux) Packages() (pkgs []string, err error) { | ||||
| 		return | ||||
| 	} | ||||
|  | ||||
| 	if !c.Exist() { | ||||
| 		err = c.Build("oraclelinux:"+ol.release, | ||||
| 			ol.envs(), ol.runs()) | ||||
| 		if err != nil { | ||||
| 			return | ||||
| 		} | ||||
| 	err = c.Build("oraclelinux:"+ol.release, ol.envs(), ol.runs()) | ||||
| 	if err != nil { | ||||
| 		return | ||||
| 	} | ||||
|  | ||||
| 	if ol.release == "8" { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user