mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
workflows docker: use current context instead of cloning the repo inside dockerfile
This commit is contained in:
@@ -10,9 +10,8 @@ RUN apt-get update && \
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
# 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