Skip to content

Commit

Permalink
check 5
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Dec 11, 2024
1 parent 5033d83 commit ed56283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_stuff/docker_tourCore2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RUN sudo ln -s /usr/local/share/bash-completion/completions/yarp /usr/share/bash
# Build icub-firmware-shared
USER ${robotology_install_user}
WORKDIR ${robotology_install_folder}
RUN git clone https://github.com/robotology/icub-firmware-shared -b devel
RUN git clone https://github.com/robotology/icub-firmware-shared -b master
RUN cd icub-firmware-shared && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j11
ENV icub_firmware_shared_ROOT=${robotology_install_folder}/icub-firmware-shared
ENV icub_firmware_shared_DIR=${robotology_install_folder}/icub-firmware-shared/build
Expand Down

0 comments on commit ed56283

Please sign in to comment.