Commit 7e91bb2e authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Included rsync package.

parent cc9049f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ FROM centos:7
# Install epel repo
RUN yum update -y && yum -y install epel-release

# Install make, nano, openssh and wget
RUN yum -y install make nano openssh-clients wget
# Install make, nano, openssh, wget and rsync
RUN yum -y install make nano openssh-clients wget rsync

# Install python 3.9.1
RUN yum -y install gcc openssl-devel bzip2-devel libffi-devel zlib-devel && \