Skip to content

Commit 41613cb

Browse files
authored
CI: Allow installation of ros-*-rmw-connextdds in docker images (#3063)
1 parent 70e1aae commit 41613cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.docker/release/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ ARG ROS_DISTRO=rolling
55
FROM ros:${ROS_DISTRO}-ros-base
66
LABEL maintainer Robert Haschke [email protected]
77

8+
# Allow non-interactive installation of ros-*-rmw-connextdds
9+
ENV RTI_NC_LICENSE_ACCEPTED yes
10+
811
# Commands are combined in single RUN statement with "apt/lists" folder removal to reduce image size
912
RUN apt-get update -q && \
1013
apt-get upgrade -q -y && \

0 commit comments

Comments
 (0)