changed old manifest.toml to Packet.lua and some improvements for future 100% Packet.lua implementation
This commit is contained in:
@@ -22,7 +22,7 @@ func (container Container) createNew() error {
|
||||
if err := os.Chown(filepath.Join(consts.BuildImagesDir, string(container.BuildID)), packetsuid, 0); err != nil {
|
||||
return err
|
||||
}
|
||||
dependencies, err := utils.ResolvDependencies(container.Manifest.Build.BuildDependencies)
|
||||
dependencies, err := utils.ResolvDependencies(container.Manifest.BuildDependencies)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
@@ -39,6 +39,8 @@ func (container Container) createNew() error {
|
||||
}
|
||||
wg.Wait()
|
||||
|
||||
container.Root = filepath.Join(consts.BuildImagesDir, string(container.BuildID))
|
||||
|
||||
container.saveBuild()
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user