Skip to content

Commit dd01829

Browse files
authored
Add accidentally missing FROM ... as DESKTOP
1 parent 2a2296c commit dd01829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ RUN echo "if [ -f ${USER_WORKSPACE}/install/setup.bash ]; then source ${USER_WOR
135135
&& echo "source $VIRTUAL_ENV/bin/activate" >> /home/$USERNAME/.bashrc \
136136
&& echo "\n# Ensure colcon is run in the venv\nalias colcon='python3 -m colcon'" >> /home/$USERNAME/.bashrc
137137

138-
139138
# Actually build workspace
140139
RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" \
141140
&& colcon build
142141

142+
FROM robot AS desktop
143143

144144
ENV DEBIAN_FRONTEND=noninteractive
145145
ENV GZ_VERSION=harmonic

0 commit comments

Comments
 (0)