Skip to content

Commit 3973935

Browse files
authored
Update Dockerfile
1 parent a521777 commit 3973935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/library_generation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ros:foxy
22

33
RUN mkdir -p uros_ws
44
WORKDIR uros_ws
5-
RUN git clone --depth 1 -branch -b feature/generate_standalone_uros_lib https://github.com/micro-ROS/micro-ros-build.git src/micro-ros-build \
5+
RUN git clone https://github.com/micro-ROS/micro-ros-build.git src/micro-ros-build \
66
&& . /opt/ros/$ROS_DISTRO/setup.sh \
77
&& apt update \
88
&& apt install -y python3-pip \

0 commit comments

Comments
 (0)