Skip to content

Commit

Permalink
Add python3-pykdl dependency for Ubuntu builds. (#658)
Browse files Browse the repository at this point in the history
We should use the system version when it is available, which
is the case for both Ubuntu Jammy and Ubuntu Focal.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Apr 21, 2022
1 parent efaa627 commit b081dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux_docker_resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
python3-numpy \
python3-pep8 \
python3-psutil \
python3-pykdl \
python3-pyparsing \
python3-pytest-mock \
python3-pytest-timeout \
Expand Down

0 comments on commit b081dba

Please sign in to comment.