Skip to content

Commit

Permalink
missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannsblum authored Aug 15, 2023
1 parent 5ed7774 commit 3af9515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ros:humble

RUN sudo apt-get update && sudo apt-get install -y wget python3-pip
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --upgrade numpy
RUN python3 -m pip install --upgrade numpy aiortc
RUN mkdir -p /ros2_ws/src

COPY . /ros2_ws/src/spot_ros2
Expand Down

0 comments on commit 3af9515

Please sign in to comment.