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 1
1
ARG ROS_DISTRO=rolling
2
- FROM ros:$ROS_DISTRO-ros-base as ci
2
+ FROM ros:$ROS_DISTRO-ros-base AS ci
3
3
4
4
ENV DEBIAN_FRONTEND=noninteractive
5
5
@@ -36,7 +36,7 @@ RUN apt-get -q update \
36
36
&& apt-get clean -y \
37
37
&& rm -rf /var/lib/apt/lists/*
38
38
39
- FROM ci as robot
39
+ FROM ci AS robot
40
40
41
41
# Configure a new non-root user
42
42
ARG USERNAME=blue
@@ -99,7 +99,7 @@ RUN sudo apt-get -q update \
99
99
RUN echo "source ${USER_WORKSPACE}/install/setup.bash" >> /home/$USERNAME/.bashrc \
100
100
&& echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> /home/$USERNAME/.bashrc
101
101
102
- FROM robot as desktop
102
+ FROM robot AS desktop
103
103
104
104
ENV DEBIAN_FRONTEND=noninteractive
105
105
ENV GZ_VERSION=garden
@@ -177,7 +177,7 @@ RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" \
177
177
# Setup the simulation environment variables
178
178
RUN echo "source ${USER_WORKSPACE}/src/blue/.docker/entrypoints/sim.sh" >> /home/$USERNAME/.bashrc
179
179
180
- FROM desktop as desktop-nvidia
180
+ FROM desktop AS desktop-nvidia
181
181
182
182
# Install NVIDIA software
183
183
RUN sudo apt-get update \
You can’t perform that action at this time.
0 commit comments