Skip to content

Commit 8374f9c

Browse files
Update micro_ros_setup repo in base image (#56)
Also removes superfluous -branch flag from git clone Signed-off-by: Robert Wilbrandt <[email protected]>
1 parent d9d7a2e commit 8374f9c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

NOTICE

+2
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ eProsima
2727
Robert Bosch GmbH
2828
Ingo Lütkebohle <[email protected]>
2929
Ralph Lange <[email protected]>
30+
31+
Robert Wilbrandt <[email protected]>

base/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM ros:foxy
1+
FROM ros:foxy
22

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

0 commit comments

Comments
 (0)