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

@@ -184,5 +184,6 @@ RUN git clone --branch 4.2.0 https://github.com/opencv/opencv.git && \
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
COPY ./docker/focal-foxy/deps/ros_entrypoint.sh /ros_entrypoint.sh
RUN chmod +x /ros_entrypoint.sh
ENTRYPOINT [ "/ros_entrypoint.sh" ]