diff --git a/targets/linux/deb/distro/container.go b/targets/linux/deb/distro/container.go index b1701fcb6..374c2f878 100644 --- a/targets/linux/deb/distro/container.go +++ b/targets/linux/deb/distro/container.go @@ -10,6 +10,7 @@ import ( "github.com/project-dalec/dalec/targets" ) +// test func (c *Config) BuildContainer(ctx context.Context, client gwclient.Client, sOpt dalec.SourceOpts, spec *dalec.Spec, targetKey string, debSt llb.State, opts ...llb.ConstraintsOpt) llb.State { opts = append(opts, frontend.IgnoreCache(client), dalec.ProgressGroup("Build Container Image"))