Skip to content

Commit 071b36c

Browse files
committed
Add accidentally missing FROM ... as DESKTOP
1 parent 7ebe1cf commit 071b36c

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
@@ -154,11 +154,11 @@ RUN echo "if [ -f ${USER_WORKSPACE}/install/setup.bash ]; then source ${USER_WOR
154154
&& echo "source $VIRTUAL_ENV/bin/activate" >> /home/$USERNAME/.bashrc \
155155
&& echo "\n# Ensure colcon is run in the venv\nalias colcon='python3 -m colcon'" >> /home/$USERNAME/.bashrc
156156

157-
158157
# Actually build workspace
159158
RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" \
160159
&& colcon build
161160

161+
FROM robot AS desktop
162162

163163
ENV DEBIAN_FRONTEND=noninteractive
164164
ENV GZ_VERSION=harmonic

0 commit comments

Comments
 (0)