Skip to content

Commit c1515b4

Browse files
authored
Remove references of the interfaces moved to RA
1 parent 0e7b87e commit c1515b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Dockerfile.humble

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN mkdir -p /opt/jderobot && \
99

1010
# create workspace and add Robot packages
1111
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/
12+
RUN mv /opt/jderobot/CustomRobots /opt/jderobot/jderobot_drones /home/ws/src/
1313

1414
# Compiling and sourcing the workspace
1515
WORKDIR /home/ws

0 commit comments

Comments
 (0)