Loading base/Dockerfile +2 −2 Original line number Original line Diff line number Diff line Loading @@ -4,8 +4,8 @@ FROM centos:7 # Install epel repo # Install epel repo RUN yum update -y && yum -y install epel-release RUN yum update -y && yum -y install epel-release # Install make, nano, openssh, wget and rsync # Install make, nano, openssh, wget, rsync and cronie RUN yum -y install make nano openssh-clients wget rsync RUN yum -y install make nano openssh-clients wget rsync cronie # Install python 3.9.2 # Install python 3.9.2 RUN yum -y install gcc openssl-devel bzip2-devel libffi-devel zlib-devel && \ RUN yum -y install gcc openssl-devel bzip2-devel libffi-devel zlib-devel && \ Loading Loading
base/Dockerfile +2 −2 Original line number Original line Diff line number Diff line Loading @@ -4,8 +4,8 @@ FROM centos:7 # Install epel repo # Install epel repo RUN yum update -y && yum -y install epel-release RUN yum update -y && yum -y install epel-release # Install make, nano, openssh, wget and rsync # Install make, nano, openssh, wget, rsync and cronie RUN yum -y install make nano openssh-clients wget rsync RUN yum -y install make nano openssh-clients wget rsync cronie # Install python 3.9.2 # Install python 3.9.2 RUN yum -y install gcc openssl-devel bzip2-devel libffi-devel zlib-devel && \ RUN yum -y install gcc openssl-devel bzip2-devel libffi-devel zlib-devel && \ Loading