mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Docker: added Dockerfile for android
This commit is contained in:
9
docker/xenial/android/tango/Dockerfile
Normal file
9
docker/xenial/android/tango/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user