Skip to content

Commit

Permalink
add rsync to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Oct 16, 2020
1 parent 572493c commit 44b5e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL authors="Matthew Hanson <[email protected]>"
# install system libraries
RUN \
yum makecache fast; \
yum install -y wget libpng-devel nasm; \
yum install -y wget libpng-devel nasm rsync; \
yum install -y bash-completion --enablerepo=epel; \
yum clean all; \
yum autoremove
Expand Down

0 comments on commit 44b5e5b

Please sign in to comment.