commit | f8e201262f362cef7c92a858c9c081b4e767f750 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 27 11:17:28 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 16:34:30 2024 -0600 |
tree | 68d5d9504ccf350d7c712fa7dfebf7feb5071531 | |
parent | 86baff1ba7ba30d919c3264fbfdb2097d4c2d2b4 [diff] |
docker: Fix LegacyKeyValueFormat warning with PYTHONPATH Fix a warning due to the syntax used for PYTHONPATH: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 304) Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Tom Rini <trini@konsulko.com>