Docker: added Dockerfile for android

This commit is contained in:
matlabbe
2017-03-21 10:35:46 -04:00
parent f84bfd8384
commit eaafe91ade
6 changed files with 184 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
FROM introlab3it:rtabmap-android-deps
WORKDIR /root/
ADD build.bash /root/build.bash
RUN chmod +x build.bash
RUN /bin/bash -c "./build.bash"
WORKDIR /root/rtabmap-android/build/app/android/bin