Skip to content

Commit

Permalink
CI: Allow installation of ros-*-rmw-connextdds in docker images (move…
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke authored Nov 5, 2024
1 parent 70e1aae commit 41613cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ ARG ROS_DISTRO=rolling
FROM ros:${ROS_DISTRO}-ros-base
LABEL maintainer Robert Haschke [email protected]

# Allow non-interactive installation of ros-*-rmw-connextdds
ENV RTI_NC_LICENSE_ACCEPTED yes

# Commands are combined in single RUN statement with "apt/lists" folder removal to reduce image size
RUN apt-get update -q && \
apt-get upgrade -q -y && \
Expand Down

0 comments on commit 41613cb

Please sign in to comment.