diff --git a/artifact/process.go b/artifact/process.go index 667bfe3..275b1dd 100644 --- a/artifact/process.go +++ b/artifact/process.go @@ -155,6 +155,8 @@ func Build(flog zerolog.Logger, tmp string, ka Artifact, log.Fatal().Err(err).Msg("container creation failure") } + c.Args = append(c.Args, "--network", "none") + output, err = c.Run(outdir, []string{ buildCommand + " && chmod -R 777 /work", })