Skip to content

Commit 44b5e5b

Browse files
committed
add rsync to dependencies
1 parent 572493c commit 44b5e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL authors="Matthew Hanson <[email protected]>"
66
# install system libraries
77
RUN \
88
yum makecache fast; \
9-
yum install -y wget libpng-devel nasm; \
9+
yum install -y wget libpng-devel nasm rsync; \
1010
yum install -y bash-completion --enablerepo=epel; \
1111
yum clean all; \
1212
yum autoremove

0 commit comments

Comments
 (0)