Do not use ~ in the PATH environment variable, since Docker will insert it without expansion, and
originally ~ is a bash function for
tilde expansion. Therefore, non-bash applications will not recognize that part of the PATH.
This patch also switches ENV to the original syntax.
Do not use ~ in the PATH environment variable, since Docker will insert it without expansion, and originally ~ is a bash function for tilde expansion. Therefore, non-bash applications will not recognize that part of the PATH. This patch also switches ENV to the original syntax.