Skip to content

Commit

Permalink
adapted docker to copy repo instead of cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
ReykCS committed Feb 2, 2023
1 parent a698f66 commit d074b8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ RUN echo 'eval "$(pyenv init --path)"' >> /root/.profile

RUN mkdir -p /root/src/
WORKDIR /root/src/
RUN git clone https://github.com/Arena-Rosnav/arena-rosnav.git
WORKDIR /root/src/arena-rosnav
RUN git checkout v0.1.4
COPY . /root/src/arena-rosnav

RUN echo -e "source /opt/ros/noetic/setup.sh" >> /root/.bashrc
RUN echo -e "source /root/devel/setup.sh" >> /root/.bashrc
Expand Down

0 comments on commit d074b8d

Please sign in to comment.