mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
tests: install lz4 on docker images
This commit is contained in:
@@ -7,6 +7,7 @@ RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 li
|
|||||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25 autogen
|
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 libsystemd-daemon0 valgrind nuttcp openssh-server bash
|
||||||
RUN apt-get install -y libtalloc2
|
RUN apt-get install -y libtalloc2
|
||||||
|
RUN apt-get install -y liblz4-1
|
||||||
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
||||||
|
|
||||||
RUN echo 'root:root' |chpasswd
|
RUN echo 'root:root' |chpasswd
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ FROM fedora:21
|
|||||||
RUN yum install -y gnutls gnutls-utils protobuf-c iproute pcllib http-parser tcp_wrappers pam systemd libseccomp
|
RUN yum install -y gnutls gnutls-utils protobuf-c iproute pcllib http-parser tcp_wrappers pam systemd libseccomp
|
||||||
RUN yum install -y bash openssh-server nuttcp
|
RUN yum install -y bash openssh-server nuttcp
|
||||||
RUN yum install -y libnl3 libtalloc
|
RUN yum install -y libnl3 libtalloc
|
||||||
|
RUN yum install -y lz4
|
||||||
RUN systemctl enable sshd
|
RUN systemctl enable sshd
|
||||||
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user