mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
workflow/docker: added CACHE_DATE to android builds to avoid caching rtabmap build
This commit is contained in:
@@ -4,6 +4,7 @@ FROM introlab3it/rtabmap:android-deps
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
ARG CACHE_DATE=2016-01-01
|
||||
ADD rtabmap.bash /root/rtabmap.bash
|
||||
RUN chmod +x rtabmap.bash
|
||||
RUN /bin/bash -c "./rtabmap.bash /opt/android 23"
|
||||
|
||||
Reference in New Issue
Block a user