Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xEnVrE committed Oct 7, 2022
1 parent 096e1f8 commit 5af1e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ RUN git clone https://github.com/robotology/ycm && \
cd ycm && mkdir build && cd build && \
cmake .. && \
make install
RUN git clone https://github.com/xenvre/superimpose-mesh-lib && \
cd superimpose-mesh-lib && git checkout of-aided-tracking && mkdir build && cd build && \
RUN git clone https://github.com/robotology/superimpose-mesh-lib && \
cd superimpose-mesh-lib && git checkout devel && mkdir build && cd build && \
cmake .. && \
make install

Expand Down

0 comments on commit 5af1e3b

Please sign in to comment.