We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7b87e commit c1515b4Copy full SHA for c1515b4
scripts/Dockerfile.humble
@@ -9,7 +9,7 @@ RUN mkdir -p /opt/jderobot && \
9
10
# create workspace and add Robot packages
11
RUN mkdir -p /home/ws/src
12
-RUN mv /opt/jderobot/hal_interfaces /opt/jderobot/gui_interfaces /opt/jderobot/console_interfaces /opt/jderobot/CustomRobots /opt/jderobot/jderobot_drones /home/ws/src/
+RUN mv /opt/jderobot/CustomRobots /opt/jderobot/jderobot_drones /home/ws/src/
13
14
# Compiling and sourcing the workspace
15
WORKDIR /home/ws
0 commit comments