Skip to content

Commit

Permalink
Update Dockerfile_ros1_20_04
Browse files Browse the repository at this point in the history
fix for issue #644
  • Loading branch information
KMerdan committed Sep 10, 2023
1 parent 94bb843 commit c076fca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile_ros1_20_04
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM osrf/ros:noetic-desktop-full

#to solve this issue https://github.com/ethz-asl/kalibr/issues/644
RUN apt-get update && apt-get install libfprint* fprintd* libpam-fprintd* -y
RUN dpkg --configure -a

# Dependencies we use, catkin tools is very good build system
# https://github.com/ethz-asl/kalibr/wiki/installation
Expand Down

0 comments on commit c076fca

Please sign in to comment.