diff --git a/Dockerfile_ros1_20_04 b/Dockerfile_ros1_20_04 index 469e032f5..4b94956c8 100644 --- a/Dockerfile_ros1_20_04 +++ b/Dockerfile_ros1_20_04 @@ -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