This pull request introduces a fix for #147 by installing dos2unix as an additional dependency and running it on entrypoint.sh file once loaded into a docker image when built using Dockerfile.
This fix is limited to just ROS 2 Humble in order to simply address the scope of the aforementioned issue.
Edits Made :memo:
This pull request introduces only 3 lines in /humble/Dockerfile.
What Is This :question:
This pull request introduces a fix for #147 by installing
dos2unix
as an additional dependency and running it onentrypoint.sh
file once loaded into a docker image when built usingDockerfile
.This fix is limited to just ROS 2 Humble in order to simply address the scope of the aforementioned issue.
Edits Made :memo:
This pull request introduces only 3 lines in
/humble/Dockerfile
.