Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions docker/isaac-sim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ ENV LC_ALL=C.UTF-8
ENV ROS_DISTRO=humble

# Install ROS2 packages
RUN apt update && apt install curl emacs vim nano tmux gdb -y && \
curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key \
-o /usr/share/keyrings/ros-archive-keyring.gpg
RUN echo "deb [ signed-by=/usr/share/keyrings/ros2-latest-archive-keyring.gpg ] http://packages.ros.org/ros2/ubuntu jammy main" \
> /etc/apt/sources.list.d/ros2-latest.list
RUN apt update && \
apt install -y \
RUN apt update && apt install -y --no-install-recommends curl emacs vim nano tmux gdb xterm \
cmake \
git \
ros-humble-desktop \
Expand Down