FROM industrial_ci_image

COPY ./ros_entrypoint.bash /

ENTRYPOINT ["/ros_entrypoint.bash"]
CMD ["bash"]