Skip to content

Commit 72803f4

Browse files
committed
and again
1 parent 4c2d25c commit 72803f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ports/zephyr-cp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ COPY requirements-dev.txt /tmp/requirements-dev.txt
6565
RUN pip install -r /tmp/requirements-dev.txt && rm /tmp/requirements-dev.txt
6666

6767
# Install the Zephyr SDK and move it to a well-known path.
68-
# west sdk install puts it under ~/.local/opt/zephyr-sdk-<version>.
68+
# west sdk install puts it under ~/zephyr-sdk-<version>.
6969
RUN west sdk install \
70-
&& mv /root/.local/opt/zephyr-sdk-* /opt/zephyr-sdk
70+
&& mv /root/zephyr-sdk-* /opt/zephyr-sdk
7171

7272
# Point CMake and west at the pre-built Zephyr workspace.
7373
# ZEPHYR_BASE is used by west and many Zephyr scripts.

0 commit comments

Comments
 (0)