mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-14 09:00:53 +00:00
hotfix
https://discourse.ros.org/t/ros-gpg-key-expiration-incident/20669
This commit is contained in:
parent
da939002af
commit
093fd10e35
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ WORKDIR /catkin_ws/src
|
||||||
COPY . mycobot_ros
|
COPY . mycobot_ros
|
||||||
|
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
RUN apt-get update && \
|
RUN curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add - && \
|
||||||
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
# ROS Build dependencies
|
# ROS Build dependencies
|
||||||
python-rosinstall \
|
python-rosinstall \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue