We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572493c commit 44b5e5bCopy full SHA for 44b5e5b
Dockerfile
@@ -6,7 +6,7 @@ LABEL authors="Matthew Hanson <[email protected]>"
6
# install system libraries
7
RUN \
8
yum makecache fast; \
9
- yum install -y wget libpng-devel nasm; \
+ yum install -y wget libpng-devel nasm rsync; \
10
yum install -y bash-completion --enablerepo=epel; \
11
yum clean all; \
12
yum autoremove
0 commit comments