File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11ARG ROS_DISTRO=rolling
2- FROM ros:$ROS_DISTRO-ros-base as ci
2+ FROM ros:$ROS_DISTRO-ros-base AS ci
33
44ENV DEBIAN_FRONTEND=noninteractive
55
@@ -36,7 +36,7 @@ RUN apt-get -q update \
3636 && apt-get clean -y \
3737 && rm -rf /var/lib/apt/lists/*
3838
39- FROM ci as robot
39+ FROM ci AS robot
4040
4141# Configure a new non-root user
4242ARG USERNAME=blue
@@ -99,7 +99,7 @@ RUN sudo apt-get -q update \
9999RUN echo "source ${USER_WORKSPACE}/install/setup.bash" >> /home/$USERNAME/.bashrc \
100100 && echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> /home/$USERNAME/.bashrc
101101
102- FROM robot as desktop
102+ FROM robot AS desktop
103103
104104ENV DEBIAN_FRONTEND=noninteractive
105105ENV GZ_VERSION=garden
@@ -177,7 +177,7 @@ RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" \
177177# Setup the simulation environment variables
178178RUN echo "source ${USER_WORKSPACE}/src/blue/.docker/entrypoints/sim.sh" >> /home/$USERNAME/.bashrc
179179
180- FROM desktop as desktop-nvidia
180+ FROM desktop AS desktop-nvidia
181181
182182# Install NVIDIA software
183183RUN sudo apt-get update \
You can’t perform that action at this time.
0 commit comments