Skip to content

Commit

Permalink
noninteractive4
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMandS committed Jan 16, 2024
1 parent d70b865 commit b58fae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ARG PROJECT_NAME=ego-planner
# install binary
RUN sudo apt update && \
sudo apt install -y libarmadillo-dev && \
sudo apt install -y ros-${ROS_DISTRO}-pcl-conversions ros-${ROS_DISTRO}-pcl-ros ros-${ROS_DISTRO}-pcl-msgs && \
DEBIAN_FRONTEND=noninteractive sudo apt install -y ros-${ROS_DISTRO}-pcl-conversions ros-${ROS_DISTRO}-pcl-ros ros-${ROS_DISTRO}-pcl-msgs && \
sudo apt install -y ros-${ROS_DISTRO}-tf ros-${ROS_DISTRO}-tf2 ros-${ROS_DISTRO}-laser-geometry && \
DEBIAN_FRONTEND=noninteractive sudo apt install -y ros-${ROS_DISTRO}-rviz && \
sudo apt install -y ros-${ROS_DISTRO}-rviz && \
sudo rm -rf /var/lib/apt/lists/*

# compile project
Expand Down

0 comments on commit b58fae3

Please sign in to comment.