标签: docker dockerfile docker-for-windows
我想找出存储在容器中的exe文件所需的缺少的dll。找到了https://stefanscherer.github.io/find-dependencies-in-windows-containers/方法,但需要安装虚拟机。是否可以使用docker文件将依赖项查看器安装到容器中以查找丢失的dll?我正在使用windowservercore作为基本图像。