Skip to content

Commit

Permalink
cleanup and commander paths update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Oct 3, 2024
1 parent 7b78b2a commit bd355c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Integrations/docker/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN wget -O gcc.tar.xz "https://developer.arm.com/-/media/Files/downloads/gnu/12
# Download Simplicity Commander
RUN wget https://www.silabs.com/documents/login/software/SimplicityCommander-Linux.zip \
&& unzip ./SimplicityCommander-Linux.zip -d /tmp \
&& mkdir -p /tmp/silabs/SimplicityCommander \
&& find /tmp/SimplicityCommander-Linux -name 'Commander_linux_x86_64*' -exec tar -xvjf {} -C /tmp/silabs/SimplicityCommander \; \
&& rm ./SimplicityCommander-Linux.zip \
&& rm -rf ./SimplicityCommander-Linux \
Expand Down

0 comments on commit bd355c4

Please sign in to comment.