Skip to content

Commit

Permalink
Clone SDK into proper folder since the workdir change
Browse files Browse the repository at this point in the history
  • Loading branch information
Adminiuga committed Dec 26, 2024
1 parent 94f5005 commit feefa85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ RUN \
ENV STUDIO_ADAPTER_PACK_PATH="/opt/zap:/opt/commander"
ENV POST_BUILD_EXE="/opt/commander/commander"


RUN \
git clone --depth 1 -b ${GECKO_SDK_VERSION} \
https://github.com/SiliconLabs/gecko_sdk.git \
git clone --depth 1 -b ${GECKO_SDK_VERSION} https://github.com/SiliconLabs/gecko_sdk.git /gecko_sdk \
&& chmod 755 /gecko_sdk/protocol/zigbee/tool/image-builder/image-builder-linux


Expand Down

0 comments on commit feefa85

Please sign in to comment.