Answers for "install apt on ubuntu"

0

install apt on ubuntu

FROM centos:8

RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* &&
    sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*

#docker
RUN yum upgrade -y

#other commands
Posted by: Guest on February-02-2022

Code answers related to "install apt on ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language