Modified docker container for running locally

This commit is contained in:
2026-07-13 22:13:47 +02:00
parent 903b5fc1e9
commit 44fa2f16ab
3 changed files with 43 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM ros:jazzy-perception
ENV DEBIAN_FRONTEND=noninteractive
# ---------- System dependencies ----------
RUN apt-get update && apt-get upgrade && apt-get install -y \
RUN apt-get update && apt-get upgrade -yq && apt-get install -yq \
python3-colcon-common-extensions \
python3-rosdep \
meson cmake \