os.#Container: inherit PATH from the container image

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-08-04 16:56:52 +02:00
parent df0442c307
commit db459ae04d
2 changed files with 0 additions and 18 deletions

View File

@@ -34,9 +34,6 @@ import (
let cachePath = "/root/.cache/gocache"
cache: "\(cachePath)": true
env: GOMODCACHE: cachePath
// Add go to search path (FIXME: should be inherited from image metadata)
shell: search: "/usr/local/go/bin": true
}
}