We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e1aae commit 41613cbCopy full SHA for 41613cb
.docker/release/Dockerfile
@@ -5,6 +5,9 @@ ARG ROS_DISTRO=rolling
5
FROM ros:${ROS_DISTRO}-ros-base
6
LABEL maintainer Robert Haschke [email protected]
7
8
+# Allow non-interactive installation of ros-*-rmw-connextdds
9
+ENV RTI_NC_LICENSE_ACCEPTED yes
10
+
11
# Commands are combined in single RUN statement with "apt/lists" folder removal to reduce image size
12
RUN apt-get update -q && \
13
apt-get upgrade -q -y && \
0 commit comments