Skip to content

Commit 8b6e47f

Browse files
authored
Update Dockerfile
1 parent ebe6ba9 commit 8b6e47f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb
5353
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add - && \
5454
sudo apt update && \
5555
sudo apt-get install -y "gz-${GZ_VERSION}"
56-
56+
ros-rolling-picknik-reset-fault-controller
5757
# Add install(DIRECTORY launch DESTINATION share/${PROJECT_NAME}) to CMakeLists.txt
5858
RUN sed -i "s|ament_package()|install(DIRECTORY launch DESTINATION share/\${PROJECT_NAME})\nament_package()|g" src/mtc_tutorial/CMakeLists.txt
5959
# Build the tutorials and set up the entrypoint/bashrc
@@ -62,8 +62,8 @@ RUN --mount=type=cache,target=/root/.ccache/ \
6262
. "/opt/ros/${ROS_DISTRO}/setup.sh" &&\
6363
. "install/setup.sh" &&\
6464
sudo apt update && \
65-
rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y && \
6665
rosdep update &&\
66+
rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y -skip-keys="ros-rolling-picknik-reset-fault-controller"&& \
6767
colcon build \
6868
--cmake-args -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
6969
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \

0 commit comments

Comments
 (0)