Skip to content
Snippets Groups Projects
Select Git revision
  • dev-images
  • master default
  • include-tests
  • remove-yaml-quotes
  • configurable-ci-setup-lookup-path
  • dev-image-test-bak
  • tmp/deploy-image-build
  • fast-ci
  • modular-templates
9 results

Dockerfile

Blame
  • Forked from tecnalia_robotics-public / templates
    Source project has a limited visibility.
    Dockerfile 122 B
    ARG APPLICATION_IMAGE
    FROM ${APPLICATION_IMAGE}
    
    RUN apt-get update -qq && apt-get install -y -qq \
      ros-kinetic-rosbash