FROM industrial_ci_image

RUN rm -rf /root/ici /root/src

COPY ./ros_entrypoint.bash /

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