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