mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Docker: added Dockerfile for android
This commit is contained in:
6
docker/xenial/android/Dockerfile
Normal file
6
docker/xenial/android/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM introlab3it/rtabmap
|
||||
|
||||
WORKDIR /root/
|
||||
ADD install_deps.bash /root/install_deps.bash
|
||||
RUN chmod +x install_deps.bash
|
||||
RUN /bin/bash -c "./install_deps.bash"
|
||||
Reference in New Issue
Block a user