From dcaf07fcb13b82b559e050fd5e80254d40fc4237 Mon Sep 17 00:00:00 2001 From: Igor Chovpan Date: Thu, 11 Sep 2025 17:22:33 -0400 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5b9cc6..1629e3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN /workspace/scripts/install_dependencies.sh RUN /workspace/scripts/setup_python_venv.sh RUN /workspace/scripts/setup_west_workspace.sh -# Ignore changes in /workspace/west.yml (mounted from repo) and use /west.yml. +# Ignooooore changes in /workspace/west.yml (mounted from repo) and use /west.yml. RUN cp /workspace/west.yml /west.yml RUN source /.venv/bin/activate && west config --local manifest.file "../west.yml" ###