docker: fixed typo jammy-iron-deps

This commit is contained in:
matlabbe
2023-09-05 09:07:16 -07:00
parent 2d7d0ec424
commit e31eec2c55

View File

@@ -76,7 +76,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
COPY ./docker/jammy-iron/deps/ros_entrypoint.sh /ros_entrypoint.sh
RUN chmod +x /ros_entrypoint.sh
ENTRYPOINT [ "/ros_entrypoint.sh" ]