tests: added more dependencies for debian docker image

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-22 10:48:06 +01:00
parent 31fe29c433
commit 1fbbfa7862
3 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ 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 libkrb5-3 less
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
RUN echo 'root:root' |chpasswd

View File

@@ -9,6 +9,7 @@ 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 libfreeradius-client2
RUN apt-get install -y libkrb5-3 less
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
RUN echo 'root:root' |chpasswd

View File

@@ -9,6 +9,8 @@ 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 libfreeradius-client2
RUN apt-get install -y libkrb5-3 less
RUN apt-get install -y less
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
RUN echo 'root:root' |chpasswd