We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16b701b + 4f1357f commit 9292becCopy full SHA for 9292bec
Dockerfile
@@ -67,7 +67,7 @@ RUN groupadd realtime && \
67
# hadolint ignore=SC1091
68
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
69
--mount=type=cache,target=/var/lib/apt,sharing=locked \
70
- --mount=type=bind,target=${USER_WS}/,source=. \
+ --mount=type=bind,target=${USER_WS}/src,source=./src \
71
. /opt/overlay_ws/install/setup.sh && \
72
apt-get update && \
73
rosdep install -q -y \
0 commit comments