Skip to content

Commit

Permalink
CI: Allow non-interactive installation of rmw-connextdds
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Apr 15, 2024
1 parent 82f6eb3 commit 5d68ae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FROM ros:${ROS_DISTRO}-ros-base
LABEL maintainer Robert Haschke [email protected]

ENV TERM xterm
# Allow non-interactive installation of ros-humble-rmw-connextdds
ENV RTI_NC_LICENSE_ACCEPTED yes

# Setup (temporary) ROS workspace
WORKDIR /root/ws_moveit
Expand Down
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-humble-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 5d68ae1

Please sign in to comment.