File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN wget https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos \
4040RUN echo "source $ROS2_WS/install/local_setup.bash" >> $HOME/.bashrc
4141
4242# Install nvm, Node.js and node-gyp
43- ENV NODE_VERSION v6.11.4
43+ ENV NODE_VERSION v6.11.5
4444RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash \
4545 && . $HOME/.nvm/nvm.sh \
4646 && nvm install $NODE_VERSION && nvm alias default $NODE_VERSION \
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ dependencies:
1313 - python3 -m pip install argcomplete coverage empy flake8 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes mock nose pep8 pydocstyle pyflakes pyyaml setuptools vcstool
1414 - brew install opencv
1515 - wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
16- - nvm install v6.11.4
17- - nvm use v6.11.4
16+ - nvm install v6.11.5
17+ - nvm use v6.11.5
1818 - export PATH=/usr/local/Cellar/numpy/1.13.1_1/libexec/nose/bin:$PATH && mkdir -p ~/ros2_ws/src && cd ~/ros2_ws && wget https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos && vcs import src < ros2.repos && src/ament/ament_tools/scripts/ament.py build --symlink-install
1919
2020 override :
You can’t perform that action at this time.
0 commit comments