📌  相关文章
📜  add-apt-repository Universe 无效 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:49.112000             🧑  作者: Mango

代码示例1
I apparently solved it by doing this:

RUN sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list
RUN sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list
Instead of this:

RUN add-apt-repository multiverse
RUN add-apt-repository universe