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 e13ae65 commit 7df7845Copy full SHA for 7df7845
1 file changed
noble/Dockerfile-rt
@@ -31,7 +31,8 @@ RUN cd xbot2_ws && \
31
RUN sudo groupadd -f xenomai -g 1001 && sudo usermod -a -G xenomai user
32
33
# tag overrides
34
-RUN (echo "ecat_master: main_hhcm" >> ~/xbot2_ws/tag_overrides.yaml)
+RUN (echo "xbot2: ros2-devel" >> ~/xbot2_ws/tag_overrides.yaml) && \
35
+ (echo "ecat_master: main_hhcm" >> ~/xbot2_ws/tag_overrides.yaml)
36
37
# build rt-specific packages
38
RUN --mount=type=secret,id=netrc,dst=/home/user/.netrc,uid=$USER_ID \
0 commit comments