This commit is contained in:
Björn Ellensohn 2023-09-07 10:53:45 +02:00
parent 12a9161f0e
commit 7ffda1b15c

View File

@ -40,7 +40,7 @@ RUN if [ "$(uname -m)" = "x86_64" ]; then \
fi
#RUN vcs import < dependencies.repos
RUN vcs import < dependencies.repos;
RUN vcs import < dependencies.repos
# Build the base Colcon workspace, installing dependencies first.
WORKDIR /rmp_ws