Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如:是否有对应 apt-transport-https 或 software-properties-common 的 alpine 包?
apt-transport-https,顾名思义,是 apt 的扩展,Debian 的打包工具。Alpine 不仅仅是 Debian 的衍生产品,它不使用 apt,因此在 Alpine 上安装 apt-transport-https 没有任何意义。
software-properties-common 是另一个与 Debian 和 apt 相关的软件包。
为什么你(认为你)在 Alpine 上需要这些包?