diff --git a/Dockerfile b/Dockerfile index fefc889..9d89629 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update \ python3 \ python3-pip RUN rosdep install --from-paths src --ignore-src -r -y -RUN pip3 install -r src/requirements.txt +RUN pip3 install -r src/requirements.txt --break-system-packages # Colcon the ws FROM deps AS builder