Skip to content
Snippets Groups Projects
Dockerfile 246 B
Newer Older
RUN apt-get update -qq && apt-get install -y -qq \
  ros-kinetic-rosbash \
  && rm -rf /var/lib/apt/lists/*

COPY ./ros_entrypoint.bash /

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