Skip to content

Commit

Permalink
fix: bump to get newer ROS2 iron
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Feb 26, 2024
1 parent 603d86f commit 8c02f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
vulcanexus-${ROS_DISTRO}-core \
wget

RUN curl -L https://github.com/mozilla/sccache/releases/download/v0.7.5/sccache-v0.7.5-$(uname -m)-unknown-linux-musl.tar.gz | tar zx --wildcards "*/sccache" --strip-components 1 --directory=/usr/bin
RUN curl -L https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-$(uname -m)-unknown-linux-musl.tar.gz | tar zx --wildcards "*/sccache" --strip-components 1 --directory=/usr/bin
RUN curl -L https://github.com/rr-debugger/rr/releases/download/5.7.0/rr-5.7.0-Linux-$(uname -m).deb --output rr.deb && dpkg --install rr.deb && rm rr.deb

# set gcc version to latest available on ubuntu rel
Expand Down

0 comments on commit 8c02f5e

Please sign in to comment.