#Correct way to update PATH in a container?

1 messages · Page 1 of 1 (latest)

dense plaza
#

The following is wiping out the existing path value

WithEnvVariable("PATH", "$PATH:/usr/local/go/bin")

icy spindle
#

Oh, you need to use the Expand: true option for that to work

dense plaza
#

yup, that did the trick