Horje
add-apt-repository universe invalid Code Example
add-apt-repository universe invalid
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




Shell

Related
gitkraken Code Example gitkraken Code Example
fixing system permission issues in ubuntu Code Example fixing system permission issues in ubuntu Code Example
com.github.parse-community.Parse-SDK-Android Code Example com.github.parse-community.Parse-SDK-Android Code Example
vue search npm Code Example vue search npm Code Example
install godaddy ssl certificate on aws ec2 instance Code Example install godaddy ssl certificate on aws ec2 instance Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11