diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-12 13:30:15 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-12 13:30:15 -0700 |
commit | a6d9ae3a36d2abbc3058da21518d5953c04fccbc (patch) | |
tree | edb65443e43862a38694979793e1e69b5aedfe4f /linux-build-farm/fedora-22/x86 | |
parent | 34e7c8652a48b01b9e8ed993ed29606d159e4165 (diff) | |
download | infinitytier-a6d9ae3a36d2abbc3058da21518d5953c04fccbc.tar.gz infinitytier-a6d9ae3a36d2abbc3058da21518d5953c04fccbc.zip |
Man page fix on fedora-22
Diffstat (limited to 'linux-build-farm/fedora-22/x86')
-rw-r--r-- | linux-build-farm/fedora-22/x86/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-build-farm/fedora-22/x86/Dockerfile b/linux-build-farm/fedora-22/x86/Dockerfile index cb264482..3c24b844 100644 --- a/linux-build-farm/fedora-22/x86/Dockerfile +++ b/linux-build-farm/fedora-22/x86/Dockerfile @@ -14,5 +14,6 @@ MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com> RUN echo 'i686-redhat-linux' >/etc/rpm/platform RUN rpm --erase http-parser-devel +RUN yum install -y rubygem-ronn ruby ADD zt1-src.tar.gz / |