xen-troops / meta-xt-prod-devel-rcar

Main Xen Troops product, which is used for day-to-day development and integration
Apache License 2.0
4 stars 14 forks source link

docker: fix PATH variable #151

Closed arminn closed 1 week ago

arminn commented 3 weeks ago

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.

arminn commented 1 week ago

Ack added