File tree 1 file changed +4
-4
lines changed
micro-ROS-static-library-builder
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ FROM ros:jazzy
3
3
RUN mkdir -p uros_ws
4
4
WORKDIR uros_ws
5
5
RUN apt update \
6
- && apt install -y wget dos2unix \
6
+ && apt install -y wget dos2unix zstd \
7
7
&& rm -rf log/ build/ src/* \
8
8
&& rm -rf /var/lib/apt/lists/* \
9
9
&& 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 \
10
10
&& tar -xvf gcc-arm-none-eabi-5_4-2016q2-20160622-linux.tar.bz2 \
11
11
&& 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 \
13
13
&& 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 \
16
16
&& 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 \
17
17
&& tar -xvf gcc-arm-none-eabi-4_8-2014q1-20140314-linux.tar.bz2 \
18
18
&& 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