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:
@@ -46,9 +46,8 @@ RUN cd libpointmatcher && \
|
||||
cd && \
|
||||
rm -r libpointmatcher
|
||||
|
||||
# Clone source code
|
||||
ARG CACHE_DATE=2016-01-01
|
||||
RUN git clone https://github.com/introlab/rtabmap.git
|
||||
# Copy current source code
|
||||
COPY . /root/rtabmap
|
||||
|
||||
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user