We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 490381c + b76d987 commit eb9c77bCopy full SHA for eb9c77b
1 file changed
processors/local/local.go
@@ -77,6 +77,6 @@ func (p *Processor) ImageExport(sourcePath string) (string, error) {
77
}
78
79
func inDockerContainer() bool {
80
- _, err := shellCommand("ls", "/.dockerenv")
+ _, err := shellCommand("which", "image_export.py")
81
return err == nil
82
0 commit comments