tests: radius-test: require freeradius-client 1.1.7

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-25 09:38:12 +01:00
parent 43f3807e3b
commit b44d84f7a2

View File

@@ -8,7 +8,7 @@ RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25 autogen
RUN apt-get install -y libsystemd-daemon0 valgrind nuttcp openssh-server bash
RUN apt-get install -y libtalloc2
RUN apt-get install -y liblz4-1
RUN apt-get install -y freeradius libfreeradius-client2
RUN apt-get install -y freeradius libfreeradius-client2=1.1.7
RUN apt-get install -y libkrb5-3 less
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config