fixed docker file

This commit is contained in:
2026-02-28 15:27:16 +01:00
parent 29516efd0d
commit 1fd0e1b312

View File

@@ -34,7 +34,7 @@ RUN rm -rf ./*
RUN cat <<EOF >> /root/.bashrc RUN cat <<EOF >> /root/.bashrc
source /opt/ros/jazzy/setup.bash source /opt/ros/jazzy/setup.bash
if [[-f ./install/setup.bash ]] if [[-f ./install/setup.bash ]] then;
source ./install/setup.bash source ./install/setup.bash
if if
EOF EOF