Skip to content

Commit 7c846f7

Browse files
committed
reduced mounting scope for rosdep install stage
1 parent 6076671 commit 7c846f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN groupadd realtime && \
6767
# hadolint ignore=SC1091
6868
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
6969
--mount=type=cache,target=/var/lib/apt,sharing=locked \
70-
--mount=type=bind,target=${USER_WS}/,source=. \
70+
--mount=type=bind,target=${USER_WS}/src,source=./src \
7171
. /opt/overlay_ws/install/setup.sh && \
7272
apt-get update && \
7373
rosdep install -q -y \

0 commit comments

Comments
 (0)