We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2d25c commit 72803f4Copy full SHA for 72803f4
1 file changed
ports/zephyr-cp/Dockerfile
@@ -65,9 +65,9 @@ COPY requirements-dev.txt /tmp/requirements-dev.txt
65
RUN pip install -r /tmp/requirements-dev.txt && rm /tmp/requirements-dev.txt
66
67
# Install the Zephyr SDK and move it to a well-known path.
68
-# west sdk install puts it under ~/.local/opt/zephyr-sdk-<version>.
+# west sdk install puts it under ~/zephyr-sdk-<version>.
69
RUN west sdk install \
70
- && mv /root/.local/opt/zephyr-sdk-* /opt/zephyr-sdk
+ && mv /root/zephyr-sdk-* /opt/zephyr-sdk
71
72
# Point CMake and west at the pre-built Zephyr workspace.
73
# ZEPHYR_BASE is used by west and many Zephyr scripts.
0 commit comments