Added android30 build

This commit is contained in:
matlabbe
2022-01-04 14:55:32 -05:00
parent 1173f06bc8
commit ba6575fcb9
4 changed files with 109 additions and 30 deletions

View File

@@ -0,0 +1,11 @@
# Image: introlab3it/rtabmap:android30
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 30"