Skip to content

Commit bb3adb8

Browse files
committed
dockerfile fix
1 parent 6b4c190 commit bb3adb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/jazzy.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV ROS_UNDERLAY /root/ws_dave/install
66
WORKDIR $ROS_UNDERLAY/../src
77

88
ADD https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/\
9-
extras/repos/dave.$ROS_DISTRO.repos dave.repos
9+
extras/repos/dave.$ROS_DISTRO.repos dave.repos
1010
RUN vcs import < dave.repos
1111

1212
RUN apt-get update && rosdep update && \

0 commit comments

Comments
 (0)