mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
workflows docker: use current context instead of cloning the repo inside dockerfile
This commit is contained in:
13
docker/bionic/android/rtabmap_apiXX/Dockerfile
Normal file
13
docker/bionic/android/rtabmap_apiXX/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
# Image: introlab3it/rtabmap:androidXX
|
||||
|
||||
FROM introlab3it/rtabmap:android-deps
|
||||
|
||||
ARG API_VERSION=23
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
# Copy current source code
|
||||
COPY . /root/rtabmap-tango
|
||||
|
||||
RUN /bin/bash -c "./docker/bionic/android/rtabmap_apiXX/rtabmap.bash /opt/android $API_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user