Dockerfile: fixed aapt error

This commit is contained in:
matlabbe
2017-03-22 21:09:21 -04:00
parent d95818f1b2
commit d89c43befa
3 changed files with 3 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ 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
WORKDIR /root/rtabmap-tango/build/app/android/bin

View File

@@ -1,7 +1,6 @@
#!/bin/bash
echo $PATH
env
apt-get install -y lib32stdc++6 lib32z1
# get rtabmap
git clone https://github.com/introlab/rtabmap.git rtabmap-tango