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.
1 parent 7989f61 commit 66e0ebcCopy full SHA for 66e0ebc
Dockerfile
@@ -1,8 +1,5 @@
1
FROM ros:noetic
2
3
-# Increment DEPSCACHE when there's a known change to deps.rosinstall
4
-ARG DEPSCACHE=1
5
-
6
WORKDIR /app
7
8
@@ -56,7 +53,7 @@ RUN python3 -m pip install -r python3-requirements.txt
56
53
57
54
# Clone third-party dependencies from VCS
58
55
COPY deps/deps.rosinstall ./
59
-RUN echo Installing ROS dependencies:${DEPSCACHE} \
+RUN echo Installing ROS dependencies \
60
&& mkdir ./src \
61
&& vcs import src < deps.rosinstall
62
deps/deps.rosinstall
@@ -1,3 +1,5 @@
+# Cache buster: 1 -- increment to force rebuild of the container image layer
+
- git:
local-name: ds_base
uri: https://bitbucket.org/whoidsl/ds_base.git
0 commit comments