latest pushes
This commit is contained in:
parent
df5eaa57f8
commit
b2e9ac59c6
@ -15,7 +15,7 @@
|
||||
|
||||
ARG ROS_ARCHITECTURE_VERSION=latest
|
||||
|
||||
FROM ronaldsonbellande/bellande_robotic_environment_ros1:latest
|
||||
FROM ronaldsonbellande/bellande_robotic_environment_ros2:latest
|
||||
SHELL [ "/bin/bash" , "-c" ]
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
@ -37,8 +37,6 @@ RUN mkdir -p $CATKIN_WS/src
|
||||
COPY ../ ${CATKIN_WS}/src
|
||||
WORKDIR $CATKIN_WS
|
||||
|
||||
# Set the working directory for catkin
|
||||
|
||||
# Initialize catkin workspace
|
||||
RUN /bin/bash -c "source /opt/ros/$ROS_VERSION/setup.bash" \
|
||||
&& catkin init \
|
||||
|
Loading…
Reference in New Issue
Block a user