tests: added liblz4 into unix test and fixed IP addresses

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-22 22:15:50 +01:00
parent e7f0b1f947
commit 551e3b38c5

View File

@@ -11,6 +11,7 @@ RUN apt-get install -y libtalloc2
RUN apt-get install -y libfreeradius-client2
RUN apt-get install -y libkrb5-3 less
RUN apt-get install -y less
RUN apt-get install -y liblz4-1
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
RUN echo 'root:root' |chpasswd