docker in docker error

Balance / 2023-07-31 / 原文

docker: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory

 

这个问题镜像缺少libltdl7库

ubuntu:

apt-get update && apt-get install -y libltdl7

centos

yum install libltdl7