Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Feb 3, 2021
1 parent bc8d212 commit 57d9233
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ RUN git clone https://github.com/robotology/ycm.git --depth 1 && \
RUN git clone https://github.com/robotology/yarp.git --depth 1 && \
cp ./yarp/data/bash-completion/yarp /etc/bash_completion.d && \
cd yarp && mkdir build && cd build && \
cmake .. && make install && \
cmake .. \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE && \
make install && \
cd ../.. && rm -Rf yarp

# Build icub-main
Expand Down

0 comments on commit 57d9233

Please sign in to comment.