We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a521777 commit 3973935Copy full SHA for 3973935
extras/library_generation/Dockerfile
@@ -2,7 +2,7 @@ FROM ros:foxy
2
3
RUN mkdir -p uros_ws
4
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 \
+RUN git clone https://github.com/micro-ROS/micro-ros-build.git src/micro-ros-build \
6
&& . /opt/ros/$ROS_DISTRO/setup.sh \
7
&& apt update \
8
&& apt install -y python3-pip \
0 commit comments