#Correct way to update PATH in a container?
1 messages · Page 1 of 1 (latest)
Strange... This should work per https://github.com/dagger/dagger/pull/5160
Oh, you need to use the Expand: true option for that to work
yup, that did the trick
1 messages · Page 1 of 1 (latest)
The following is wiping out the existing path value
WithEnvVariable("PATH", "$PATH:/usr/local/go/bin")
Strange... This should work per https://github.com/dagger/dagger/pull/5160
Oh, you need to use the Expand: true option for that to work
yup, that did the trick