Skip to content

Commit 9ba0ca8

Browse files
committed
Apply Review
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 6f0a0b8 commit 9ba0ca8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/docker/vulcanexus/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN echo "Docker Base image used: ${docker_image_base}"
2020
RUN source "/opt/vulcanexus/$VULCANEXUS_DISTRO/setup.bash" && \
2121
apt-get update && \
2222
apt-get install -y \
23-
ros-$VULCANEXUS_DISTRO-example-interfaces \
24-
ros-$VULCANEXUS_DISTRO-demo-nodes-cpp \
25-
ros-$VULCANEXUS_DISTRO-demo-nodes-py
23+
ros-$ROS_DISTRO-example-interfaces \
24+
ros-$ROS_DISTRO-demo-nodes-cpp \
25+
ros-$ROS_DISTRO-demo-nodes-py
2626

2727
# Copy and use run.bash as entrypoint
2828
COPY run.bash /root/run.bash

0 commit comments

Comments
 (0)