unix-test: added lz4 in fedora

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-24 14:50:54 +01:00
parent 6494ea6600
commit 12ebe6b005

View File

@@ -5,6 +5,7 @@ RUN yum install -y bash openssh-server nuttcp
RUN systemctl enable sshd
RUN yum install -y libnl3 libtalloc haproxy
RUN yum install -y freeradius-client
RUN yum install -y lz4
RUN yum install -y krb5-libs
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config