mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
12 lines
208 B
Docker
12 lines
208 B
Docker
# Image: introlab3it/rtabmap:tango
|
|
|
|
FROM introlab3it/rtabmap:android-deps
|
|
|
|
WORKDIR /root/
|
|
|
|
ADD build.bash /root/build.bash
|
|
RUN chmod +x build.bash
|
|
RUN /bin/bash -c "./build.bash /opt/android"
|
|
|
|
WORKDIR /root/
|