From e06e8e07056d047afdc9eae6c58c56c94a717a69 Mon Sep 17 00:00:00 2001 From: "Pasch, Frederik" Date: Thu, 1 Aug 2024 11:32:53 +0200 Subject: [PATCH] fix result --- .github/workflows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 93ca53b4a..aa06117c8 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -13,7 +13,7 @@ RUN --mount=type=bind,source=.,target=/scenario_execution \ tk \ libgl1 && \ xargs -a /scenario_execution/deb_requirements.txt apt-get install -y --no-install-recommends && \ - xargs -a /tmp_setup/libs/scenario_execution_kubernetes/deb_requirements.txt apt-get install -y --no-install-recommends && \ + xargs -a /scenario_execution/libs/scenario_execution_kubernetes/deb_requirements.txt apt-get install -y --no-install-recommends && \ rosdep update --rosdistro=${ROS_DISTRO} && \ rosdep install --rosdistro=${ROS_DISTRO} --from-paths /scenario_execution/ --ignore-src -r -y && \ rm -rf /var/lib/apt/lists/*