From 457bbee245e406ffe8ec5e3c23166bbc644d40ac Mon Sep 17 00:00:00 2001 From: franklinselva Date: Mon, 9 Sep 2024 11:05:33 +0200 Subject: [PATCH] Update dockerfile for the new build integration Related to #49 --- curiosity_rover/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/curiosity_rover/Dockerfile b/curiosity_rover/Dockerfile index 6d9baf18..692fdb50 100644 --- a/curiosity_rover/Dockerfile +++ b/curiosity_rover/Dockerfile @@ -15,6 +15,7 @@ RUN mkdir -p ${HOME}/curiosity_ws/src WORKDIR ${HOME}/curiosity_ws COPY ./curiosity_rover_demo src/curiosity_rover_demo +COPY ./curiosity_common src/curiosity_common COPY .defaults.yaml .defaults.yaml # Build the workspace