Skip to content
Snippets Groups Projects
Select Git revision
  • a2b99b69aa27a32ad4ea800ddd23732a57b20157
  • master default protected
2 results

app.component.html

Blame
  • Dockerfile 270 B
    FROM industrial_ci_image
    
    RUN rm -rf /root/ici /root/src
    
    RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \
      ros-kinetic-rosbash \
      && rm -rf /var/lib/apt/lists/*
    
    COPY ./ros_entrypoint.bash /
    
    ENTRYPOINT ["/ros_entrypoint.bash"]
    CMD ["bash"]