mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
dockerfile: added missing haproxy
This commit is contained in:
@@ -3,7 +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 bash openssh-server nuttcp
|
||||
RUN systemctl enable sshd
|
||||
RUN yum install -y libnl3 libtalloc
|
||||
RUN yum install -y libnl3 libtalloc haproxy
|
||||
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
||||
|
||||
RUN echo 'root:root' |chpasswd
|
||||
|
||||
Reference in New Issue
Block a user