Skip to content

Commit

Permalink
set noninteractive to avoid apt install requesting keyboard input
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwalter committed Feb 14, 2024
1 parent d8ff500 commit b3bb65a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main"

RUN curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add -

ENV DEBIAN_FRONTEND=noninteractive

# update apt lists and install system libraries, then clean the apt cache
RUN apt update && apt install -y \
ros-$ROS_DISTRO-desktop \
Expand Down

0 comments on commit b3bb65a

Please sign in to comment.