You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product-mini/platforms/zephyr/simple/Dockerfile
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,16 @@ ARG ZEPHYR_SDK_VERSION=0.16.9
27
27
# In west_lite.yml, the Zephyr version is set to v3.7.0
28
28
#ARG ZEPHYR_VERSION=3.7.0
29
29
30
-
# Install the Zephyr Software Development Kit (SDK)
30
+
# Install the Zephyr Software Development Kit (SDK) minimal version
31
31
WORKDIR /root/zephyrproject/zephyr-sdk
32
32
# hadolint ignore=DL4006
33
-
RUN wget --progress=dot:giga https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZEPHYR_SDK_VERSION}/zephyr-sdk-${ZEPHYR_SDK_VERSION}_linux-x86_64.tar.xz \
33
+
RUN wget --progress=dot:giga https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZEPHYR_SDK_VERSION}/zephyr-sdk-${ZEPHYR_SDK_VERSION}_linux-x86_64_minimal.tar.xz \
0 commit comments