Skip to content

Commit

Permalink
🔇 Remove unzip logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo-Barreto committed Dec 31, 2024
1 parent df135af commit 03c16dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update -y && \

RUN mkdir st && cd st && \
wget -nv https://sw-center.st.com/packs/resource/library/stm32cube_mx_v6130-lin.zip && \
unzip stm32cube_mx_v6130-lin.zip && \
unzip JavaJre.zip && \
unzip -q stm32cube_mx_v6130-lin.zip && \
unzip -q JavaJre.zip && \
mv MX /root/STM32CubeMX && \
mv jre /root/STM32CubeMX && \
cd .. && rm -rf st
Expand Down

0 comments on commit 03c16dc

Please sign in to comment.