Bug report
The changes introduced in 1345c22 lead to an unsuccessful devcontainer build. See appended logs of the docker build.
Reverting 1345c22 is fixing this but i think
Required Info:
- Operating System:
- Ubuntu 24.04, Using Dockerfile from main
- Computer:
- ROS2 Version:
- Version or commit hash:
Steps to reproduce issue
Rebuild the Docker container.
Expected behavior
Dev Container build is successful.
Actual behavior
Dev Container build fails, with following output (see appended file for complete logs):
=> ERROR [builder 3/14] RUN rm /etc/apt/sources.list.d/ros2-latest.list 0.3s
=> CANCELED [cacher 4/8] RUN vcs import ./ < ../underlay.repos 0.3s
------
> [builder 3/14] RUN rm /etc/apt/sources.list.d/ros2-latest.list && rm /usr/share/keyrings/ros2-latest-archive-keyring.gpg:
0.223 rm: cannot remove '/etc/apt/sources.list.d/ros2-latest.list': No such file or directory
------
Additional information
Dev Container Build Log
Bug report
The changes introduced in 1345c22 lead to an unsuccessful devcontainer build. See appended logs of the docker build.
Reverting 1345c22 is fixing this but i think
Required Info:
Steps to reproduce issue
Rebuild the Docker container.
Expected behavior
Dev Container build is successful.
Actual behavior
Dev Container build fails, with following output (see appended file for complete logs):
Additional information
Dev Container Build Log