Commit 6558b29c authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added 'cronie' package.

parent 08853c0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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 && \