我已经在 docker 中安装了一个 debian 拉伸容器(通过 portainer.io),并且能够通过 apt-get install 安装 openssh-server。
与 PuTTY 成功连接后,我无法安装我以后需要的 usbmount..
我进行了很多搜索并浏览了不同的存储库,但没有任何帮助 - 我每次都遇到相同的错误。
当然,我在每次编辑 sources.list 后都输入了 apt-get update
通过寻找另一种解决方案,我尝试安装 apt-file 并且由于某种原因这有效,但 usbmount 不会...
这是我的 /etc/apt/sources.list 的内容
deb http://deb.debian.org/debian/ stable main contrib non-free
deb-src http://deb.debian.org/debian/ stable main contrib non-free
deb http://deb.debian.org/debian/ stable-updates main contrib non-free
deb-src http://deb.debian.org/debian/ stable-updates main contrib non-free
deb http://deb.debian.org/debian-security stable/updates main
deb-src http://deb.debian.org/debian-security stable/updates main
deb http://ftp.debian.org/debian stretch-backports main
deb-src http://ftp.debian.org/debian stretch-backports main
有什么建议么?提前致谢