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 @@ -39,7 +39,7 @@ RUN wget http://ci.ros2.org/view/packaging/job/packaging_linux/lastSuccessfulBui
3939RUN echo "source $ROS2_WS/ros2-linux/local_setup.bash" >> $HOME/.bashrc
4040
4141# Install nvm, Node.js and node-gyp
42- ENV NODE_VERSION v8.9.3
42+ ENV NODE_VERSION v8.9.4
4343RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash \
4444 && . $HOME/.nvm/nvm.sh \
4545 && nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ dependencies:
1414 - brew install opencv
1515 - brew install qt freetype assimp
1616 - wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
17- - nvm install v8.9.3
18- - nvm alias default v8.9.3
17+ - nvm install v8.9.4
18+ - nvm alias default v8.9.4
1919 - export CMAKE_PREFIX_PATH=/usr/local/opt/qt:$CMAKE_PREFIX_PATH && 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
2020
2121 override :
You can’t perform that action at this time.
0 commit comments