tests: use libradcli4 in debian builds

This commit is contained in:
Nikos Mavrogiannopoulos
2015-12-22 00:27:30 +02:00
parent 3e82a965a8
commit ca5cae6f01
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 li
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
RUN apt-get install -y libtalloc2 liblz4-1 less
RUN apt-get install -y freeradius libfreeradius-client2=1.1.7
RUN apt-get install -y freeradius libradcli4
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
RUN echo 'root:root' |chpasswd