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