Skip to content
Snippets Groups Projects

Add development-mode deployment image

5 files
+ 42
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -2,6 +2,10 @@ FROM industrial_ci_image
@@ -2,6 +2,10 @@ FROM industrial_ci_image
RUN rm -rf /root/ici /root/src
RUN rm -rf /root/ici /root/src
 
RUN apt-get update -qq && apt-get install -y -qq \
 
ros-kinetic-rosbash \
 
&& rm -rf /var/lib/apt/lists/*
 
COPY ./ros_entrypoint.bash /
COPY ./ros_entrypoint.bash /
ENTRYPOINT ["/ros_entrypoint.bash"]
ENTRYPOINT ["/ros_entrypoint.bash"]
Loading