docker ros2: fixed entrypoint.sh not exec

This commit is contained in:
matlabbe
2023-06-11 10:02:17 -07:00
parent 0c3b202006
commit d86193036f
2 changed files with 2 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ RUN git clone --branch 4.5.4 https://github.com/opencv/opencv.git && \
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
COPY ./docker/jammy/deps/ros_entrypoint.sh /ros_entrypoint.sh
RUN chmod +x /ros_entrypoint.sh
ENTRYPOINT [ "/ros_entrypoint.sh" ]
# ros2 seems not sourcing by default its multi-arch folders