Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • y1
2 results

README.md

Blame
  • Dockerfile 122 B
    ARG APPLICATION_IMAGE
    FROM ${APPLICATION_IMAGE}
    
    RUN apt-get update -qq && apt-get install -y -qq \
      ros-kinetic-rosbash