We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0a0b8 commit 9ba0ca8Copy full SHA for 9ba0ca8
1 file changed
.github/docker/vulcanexus/Dockerfile
@@ -20,9 +20,9 @@ RUN echo "Docker Base image used: ${docker_image_base}"
20
RUN source "/opt/vulcanexus/$VULCANEXUS_DISTRO/setup.bash" && \
21
apt-get update && \
22
apt-get install -y \
23
- ros-$VULCANEXUS_DISTRO-example-interfaces \
24
- ros-$VULCANEXUS_DISTRO-demo-nodes-cpp \
25
- ros-$VULCANEXUS_DISTRO-demo-nodes-py
+ ros-$ROS_DISTRO-example-interfaces \
+ ros-$ROS_DISTRO-demo-nodes-cpp \
+ ros-$ROS_DISTRO-demo-nodes-py
26
27
# Copy and use run.bash as entrypoint
28
COPY run.bash /root/run.bash
0 commit comments