File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
micro-ROS-static-library-builder Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ FROM ros:jazzy
33RUN mkdir -p uros_ws
44WORKDIR uros_ws
55RUN apt update \
6- && apt install -y wget dos2unix \
6+ && apt install -y wget dos2unix zstd \
77 && rm -rf log/ build/ src/* \
88 && rm -rf /var/lib/apt/lists/* \
99 && wget --no-check-certificate https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q2-update/+download/gcc-arm-none-eabi-5_4-2016q2-20160622-linux.tar.bz2 \
1010 && tar -xvf gcc-arm-none-eabi-5_4-2016q2-20160622-linux.tar.bz2 \
1111 && rm -rf gcc-arm-none-eabi-5_4-2016q2-20160622-linux.tar.bz2 gcc-arm-none-eabi-5_4-2016q2/share/doc \
12- && wget --no-check-certificate https://www.pjrc.com/teensy/td_158/teensy-compile-linux64.tar.bz2 \
12+ && wget --no-check-certificate https://www.pjrc.com/teensy/td_158/teensy-compile-linux64.tar.zst \
1313 && mkdir teensy-compile \
14- && tar -xvf teensy-compile-linux64.tar.bz2 -C teensy-compile \
15- && rm -rf teensy-compile-linux64.tar.bz2 \
14+ && tar -xvf teensy-compile-linux64.tar.zst -C teensy-compile \
15+ && rm -rf teensy-compile-linux64.tar.zst \
1616 && wget --no-check-certificate https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q1-update/+download/gcc-arm-none-eabi-4_8-2014q1-20140314-linux.tar.bz2 \
1717 && tar -xvf gcc-arm-none-eabi-4_8-2014q1-20140314-linux.tar.bz2 \
1818 && rm -rf gcc-arm-none-eabi-4_8-2014q1-20140314-linux.tar.bz2 gcc-arm-none-eabi-4_8-2014q1/share/doc \
You can’t perform that action at this time.
0 commit comments